* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / pr58834.C
blob029303331709e5ae984a6e1ffe5727ca562f9eba
1 template<typename> void foo()
3   int i __attribute__((vector_size(2*sizeof(int))));
4   (void) __builtin_shuffle(i, i);