aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr97534.c
blob: b363a322aa5437c33cbc6fe0040242e2a351a71a (plain)
1
2
3
4
5
6
7
8
9
/* PR target/97534 - ICE in decompose on arm*-*-*.  */
/* { dg-do compile } */
/* { dg-options "-std=c11 -O2 -g" } */

int f (int a)
{
  int b;
  __atomic_fetch_sub(&b, (int)(-__INT_MAX__ - 1), (int)0);
}