Rebase.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr56478.c
blob506204e8b5413864b9ea4231cd6f7d51b0201f2d
1 /* PR tree-optimization/56478 */
2 /* { dg-do compile } */
4 int a;
6 void
7 foo ()
9 int b;
10 for (b = 0;; b++)
11 a = 0 < -__LONG_LONG_MAX__ - 1 - b ? : 0;