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
2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
mult-synth_5.c
blob
248e04fb2f6527bd67c99c74d931d7f7edac645f
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */
3
4
int
5
foo
(
int
x
)
6
{
7
return
x
*
10
;
8
}
9
10
/* { dg-final { scan-assembler-not "\tw1" } } */