OSDN Git Service

2010-01-21 Martin Jambor <mjambor@suse.cz>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20030702-1.c
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
7 void test (void)
8 {
9   fork ();
10 }
11
12 /* { dg-final { cleanup-coverage-files } } */