(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr106719.c
       1  /* PR debug/106719 */
       2  /* { dg-do compile { target sync_char_short } } */
       3  /* { dg-options "-O2 -fcompare-debug" } */
       4  
       5  extern short int esi, easi[2];
       6  
       7  void
       8  foo (void)
       9  {
      10    short int *psi = &easi[1];
      11    __atomic_nand_fetch (psi, esi, 0);
      12    psi = &easi[1];
      13  }