Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr104544.c
blob275b666923d5aa1820ca75a17ec9f31cc49a55c4
1 /* PR rtl-optimization/104544 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-O2 -fcompare-debug" } */
5 int m, n;
6 __int128 q;
8 void
9 bar (unsigned __int128 x, int y)
11 if (x)
12 q += y;
15 void
16 foo (void)
18 bar (!!q - 1, (m += m ? m : 1) < n);