(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr97534.c
       1  /* PR target/97534 - ICE in decompose on arm*-*-*.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c11 -O2 -g" } */
       4  
       5  int f (int a)
       6  {
       7    int b;
       8    __atomic_fetch_sub(&b, (int)(-__INT_MAX__ - 1), (int)0);
       9  }