2017-11-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030702-1.c
blob0bc1b1c88e1ad190e2575c840a0c1cec81e9db07
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 /* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } } */
6 /* { dg-require-profiling "-fprofile-generate" } */
8 int fork (void);
10 void test (void)
12 fork ();