c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / vshuf-v8qi.c
blob349ec6db6998dafb8c48e9c5373d37a973333dd3
1 typedef unsigned char V __attribute__((vector_size(8)));
2 typedef V VI;
4 #define A1 0x11
5 #define B1 0x12
6 #define C1 0x13
7 #define D1 0x14
8 #define E1 0x15
9 #define F1 0x16
10 #define G1 0x17
11 #define H1 0x18
13 #define A2 0xf1
14 #define B2 0xf2
15 #define C2 0xf3
16 #define D2 0xf4
17 #define E2 0xf5
18 #define F2 0xf6
19 #define G2 0xf7
20 #define H2 0xf8
22 #include "vshuf-8.inc"
23 #include "vshuf-main.inc"