blob: 3bfb5acc7e297f340efd06a812744bd80507c9b8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Os -fmodulo-sched -fcompare-debug" } */
void
foo (void)
{
unsigned numlen;
unsigned foldlen;
for (; foldlen; foldlen -= numlen)
foo ();
}