1 /* PR target/105825 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-O2" } */
4 /* { dg-additional-options "-mavx" { target avx } } */
5
6 __int128 j;
7 int i;
8
9 void
10 foo (void)
11 {
12 j <<= __builtin_parityll (i);
13 }