blob: b530c69a4529336a37af9b631b5d2becb615f50a (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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-*-* } { "*" } { "" } } */
void test (void)
{
fork ();
}
|