Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr65924.c
blobe1ad39475abeea71a61bdfc0ef204105c806e549
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_thumb2_ok } */
3 /* { dg-options "-O2 -mthumb" } */
5 int a, b, c;
6 int fn1() {
7 if (b + a < 0)
8 c = 0;