Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / torture / vshuf-v2di.C
bloba4272842a365af645f81ea2ba2741ea676463c88
1 // { dg-options "-std=c++11" }
2 // // { dg-do run }
4 #if __SIZEOF_LONG_LONG__ == 8
5 typedef unsigned long long V __attribute__((vector_size(16)));
6 typedef V VI;
7 #else
8 #define UNSUPPORTED
9 #endif
11 #define A       0x1112131415161718
12 #define B       0x2122232425262728
14 #define X       0xc1c2c3c4c5c6c7c8
15 #define Y       0xd1d2d3d4d5d6d7d8
17 #include "vshuf-2.inc"
18 #include "vshuf-main.inc"