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