8sa1-gcc/gcc/testsuite/gcc.dg/20030702-1.c
Ulrich Weigand 2f2aeda98f Remove Cell Broadband Engine SPU targets
From-SVN: r275343
2019-09-03 15:08:28 +00:00

13 lines
278 B
C

/* This tests whether REG_ALWAYS_RETURN notes are handled
correctly in combine. */
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic -fprofile-arcs" } */
/* { dg-require-profiling "-fprofile-generate" } */
int fork (void);
void test (void)
{
fork ();
}