aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/pr65924.c
blob: e1ad39475abeea71a61bdfc0ef204105c806e549 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-require-effective-target arm_thumb2_ok } */
/* { dg-options "-O2 -mthumb" } */

int a, b, c;
int fn1() {
  if (b + a < 0)
    c = 0;
}