Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / ext / vector1.C
blobc6f0e0409c5005b43e4c7801613d759b14bec1ea
1 //  PR c++/11895
2 //  This used to ICE in reshape_init.
3 //  testcase from fnf@ninemoons.com
5     __attribute__((vector_size(16))) int a1 = { 100, 200, 300, 400 };