Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030702-1.c
blobee03f71a7bfa2e7693e87291efd46ea97c6adbf4
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-require-profiling "-fprofile-generate" } */
7 int fork (void);
9 void test (void)
11 fork ();