Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr91860-1.c
blobe715040e33d9e4bb0e5af6e1327b32056938a470
1 /* { dg-do compile } */
2 /* { dg-options "-Og -fipa-cp -g --param=max-combine-insns=3" } */
4 char a;
5 int b;
7 static void
8 bar (short d)
10 d <<= __builtin_sub_overflow (0, d, &a);
11 b = __builtin_bswap16 (~d);
14 void
15 foo (void)
17 bar (21043);