aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr105825.c
blob: d1eb82965351d5f2b1fd81dd9dc75fb428a27080 (plain)
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);
}