I have been working though the irix failures for 3.4.
Test g++.dg/init/array10.C fails on most platforms with
[...]/array10.C:5: error: ISO C++ forbids compound-literals
Is this a bug or an invalid test?
The test is
// { dg-do compile }
typedef int __attribute__((mode(V2SI))) vec;
vec foo[] = { (vec) {1, 2} };