Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr99830.c
blob75226f5c3a940a3097617f94880b4829cc806246
1 /* PR debug/99830 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-O2 -fno-expensive-optimizations -fno-split-wide-types -g" } */
5 int foo (long a, __int128 b, short c, int d, unsigned e, __int128 f)
7 __builtin_memmove (2 + (char *) &f, foo, 1);
8 c >>= (char) f;
9 return c;