aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/pr58834.C
blob: 029303331709e5ae984a6e1ffe5727ca562f9eba (plain)
1
2
3
4
5
template<typename> void foo()
{
  int i __attribute__((vector_size(2*sizeof(int))));
  (void) __builtin_shuffle(i, i);
}