1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* PR target/104910 */ /* { dg-do compile } */ /* { dg-options "-Os -fno-forward-propagate" } */ /* { dg-additional-options "-fstack-protector-all" { target fstack_protector } } */ void bar (void); void foo (int x) { if (x) bar (); }