blob: 23ae9cd39cefa74066567653c1048e3b7e14eecb [file] [log] [blame]
/* { dg-do run } */
/* { dg-additional-options "-fstrict-overflow" } */
int a, b, c, d, e;
int
main ()
{
for (b = 4; b > -30; b--)
for (; c;)
for (;;)
{
e = a > __INT_MAX__ - b;
if (d)
break;
}
return 0;
}