Add qdf24xx base tuning support.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr63380-2.c
blobf4cbc43eb7d7ed6648b5d8db6cfc5a68f26ff7da
1 /* { dg-do run } */
3 int a = 0, b = 0, c = 0, d, e;
4 int
5 main (void)
7 d = ((20 % (1 != b)) && c) + 2147483647;
8 e = 20 % (a >= 0);
9 return 0;