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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20030702-1.c
blob
892f7d50539bd4b996a1a537306b78e02c67450c
1
/* This tests whether REG_ALWAYS_RETURN notes are handled
2
correctly in combine. */
3
/* { dg-do compile { target fpic } } */
4
/* { dg-options "-O2 -fpic -fprofile-arcs" } */
5
6
void
test
(
void
)
7
{
8
fork
();
9
}
10
11
/* { dg-final { cleanup-coverage-files } } */