1 2 3 4 5 6 7 8 9 10 11
/* PR target/112837 */ /* { dg-do compile } */ /* { dg-options "-fcompare-elim -fprofile" } */ /* { dg-additional-options "-fpie" { target pie } } */ /* { dg-require-profiling "-fprofile" } */ void foo (int i) { foo (i); }