OSDN Git Service

* c-decl.c (declspecs_add_type): Don't pedwarn for _Complex in
[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 } */
4 /* { dg-options "-O2 -fpic -fprofile-arcs" } */
5
6 void test (void)
7 {
8   fork ();
9 }
10