Merge from branches/gcc-4_8-branch up to rev 207411.
[official-gcc.git] / gcc-4_8-branch / gcc / testsuite / g++.dg / torture / vshuf-v16hi.C
blob6277068b859579bf698ca7e33bf4c140b0895cb5
1 // { dg-options "-std=c++11" }
2 // { dg-do run }
4 typedef unsigned short V __attribute__((vector_size(32)));
5 typedef V VI;
7 #include "vshuf-16.inc"
8 #include "vshuf-main.inc"