1 2 3 4 5 6 7 8 9 10
// { dg-do assemble } // GROUPS passed old-abort class X { int i; public: X(int j); } X *x = new X[10]();// { dg-error "" } .*