repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/67273
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
wmul-7.c
blob
2db4ad4e10d525d082dc2e3938f08beb95009c75
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
/* { dg-require-effective-target arm_dsp } */
4
5
unsigned long long
6
foo
(
unsigned long long
a
,
unsigned char
*
b
,
unsigned short
*
c
)
7
{
8
return
a
+ *
b
* *
c
;
9
}
10
11
/* { dg-final { scan-assembler "umlal" } } */