* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030702-1.c
blob1516a5a471d9e84f7588232df9cd1c77a7be6350
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-*-* } { "*" } { "" } } */
7 int fork (void);
9 void test (void)
11 fork ();