Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / 20030702-1.c
blob892f7d50539bd4b996a1a537306b78e02c67450c
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" } */
6 void test (void)
8 fork ();
11 /* { dg-final { cleanup-coverage-files } } */