blob: 4dbb4c50fc5227a36b4f81d61497eb4016b3e4b3 [file] [log] [blame]
/* 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 ();
}
/* { dg-final { cleanup-coverage-files } } */