aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr112673.c
blob: 531f277f3a33ac9f9d9213bb7fd9ca68c2267bc5 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR tree-optimization/112673 */
/* { dg-do compile { target bitint575 } } */
/* { dg-options "-O3" } */
/* { dg-additional-options "-mavx2" { target i?86-*-* x86_64-*-* } } */

int
foo (_BitInt(256) x)
{
  return __builtin_ctzg ((unsigned _BitInt(512)) x);
}