2013-10-17 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr58143-3.c
blob23ae9cd39cefa74066567653c1048e3b7e14eecb
1 /* { dg-do run } */
2 /* { dg-additional-options "-fstrict-overflow" } */
4 int a, b, c, d, e;
6 int
7 main ()
9 for (b = 4; b > -30; b--)
10 for (; c;)
11 for (;;)
13 e = a > __INT_MAX__ - b;
14 if (d)
15 break;
17 return 0;