OSDN Git Service

* gcc.c-torture/compile/pr11832.c: XFAIL for mips and powerpc-linux,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / simd-6.c
1 typedef int __attribute__((vector_size (8))) vec;
2
3 vec a[] = {(vec) {1, 2}, {3, 4}};