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
* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-do-run-sft-exp-P.c
blob
0695df9142b6bd8b0e883b5f8fac10e8784fb076
1
/* { dg-do run } */
2
/* { dg-shouldfail "comment" { *-*-* } { "*" } { "" } } */
3
4
extern
void
abort
(
void
);
5
6
int
7
main
()
8
{
9
abort
();
/* We expect nonzero exit, so this passes. */
10
}