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
aarch64: remove falkor-tag-collision-avoidance pass
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
pr59054.c
blob
5d82cb17f27de880afdcff20186234eedbc76ca0
1
/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
2
/* { dg-skip-if "" { powerpc*-*-darwin* } } */
3
/* { dg-options "-mdejagnu-cpu=power7 -O0" } */
4
/* { dg-require-effective-target powerpc_vsx } */
5
6
long
foo
(
void
) {
return
0
; }