aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/torture/pr63380-2.c
blob: f4cbc43eb7d7ed6648b5d8db6cfc5a68f26ff7da (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do run } */

int a = 0, b = 0, c = 0, d, e;
int
main (void)
{
  d = ((20 % (1 != b)) && c) + 2147483647;
  e = 20 % (a >= 0);
  return 0;
}