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
sched: Do not mix prologue and epilogue insns
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-nocache-xif-exp-XP.c
blob
07a55ef9189302a797facb3689cb0bd1a1f1044f
1
/* { dg-do compile } */
2
/* { dg-options "-DDEFINED" } */
3
/* { dg-xfail-if "comment" { def_nocache } { "*" } { "" } } */
4
5
int
6
main
()
7
{
8
return
0
;
9
}