blob: 892f7d50539bd4b996a1a537306b78e02c67450c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* This tests whether REG_ALWAYS_RETURN notes are handled
correctly in combine. */
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic -fprofile-arcs" } */
void test (void)
{
fork ();
}
/* { dg-final { cleanup-coverage-files } } */
|