Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr106719.c
blob772bd4a2d3e8824f168415c6421621f316af149f
1 /* PR debug/106719 */
2 /* { dg-do compile { target sync_char_short } } */
3 /* { dg-options "-O2 -fcompare-debug" } */
5 extern short int esi, easi[2];
7 void
8 foo (void)
10 short int *psi = &easi[1];
11 __atomic_nand_fetch (psi, esi, 0);
12 psi = &easi[1];