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.dg
/
20030107-1.c
blob
a3c2df7f6e9857c0b21e63509fc2c6822a4414a1
1
/* { dg-do compile } */
2
/* { dg-options "-fprofile-arcs" } */
3
4
extern
void
bar
(
void
)
__attribute__
((
noreturn
));
5
int
foo
(
void
) {
bar
(); }
6
7
/* { dg-final { cleanup-coverage-files } } */