2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030702-1.c
blobe4e981bc4be9970fb1a3ac3db6734266c239e022
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 ();