blob: a8dc666a452d0b2cb213f4553aa48e35bf5ff2d8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O -fnon-call-exceptions -fno-exceptions -fcondition-coverage" } */
float f, g;
static void
bar ()
{
if (g < f)
for (;;)
;
}
void
foo ()
{
bar ();
}