summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20030702-1.c
blob: e4e981bc4be9970fb1a3ac3db6734266c239e022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* This tests whether REG_ALWAYS_RETURN notes are handled
   correctly in combine.  */
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic -fprofile-arcs" } */
/* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } } */
/* { dg-require-profiling "-fprofile-generate" } */

int fork (void);

void test (void)
{
  fork ();
}