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-dot-run-xrif-exp-XF.c
blob
854f1cb20dee04a46c4d2685756eae4d9f587240
1
/* { dg-do run { xfail *-*-* } } */
2
/* { dg-xfail-run-if "" { empty-*-* } { "*" } { "" } } */
3
4
extern
void
abort
(
void
);
5
6
int
7
main
()
8
{
9
abort
();
/* A failed match doesn't override an existing XFAIL. */
10
}