Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr105825.c
blobd1eb82965351d5f2b1fd81dd9dc75fb428a27080
1 /* PR target/105825 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-O2" } */
4 /* { dg-additional-options "-mavx" { target avx } } */
6 __int128 j;
7 int i;
9 void
10 foo (void)
12 j <<= __builtin_parityll (i);