http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49432
Summary: [4.7 Regression] FAIL: obj-c++.dg/invalid-type-1.mm Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassig...@gcc.gnu.org ReportedBy: domi...@lps.ens.fr CC: nicola.p...@meta-innovation.com At revision 175082 obj-c++.dg/invalid-type-1.mm fails FAIL: obj-c++.dg/invalid-type-1.mm -fgnu-runtime (test for errors, line 21) FAIL: obj-c++.dg/invalid-type-1.mm -fgnu-runtime (test for errors, line 24) FAIL: obj-c++.dg/invalid-type-1.mm -fgnu-runtime (test for excess errors) FAIL: obj-c++.dg/invalid-type-1.mm -fnext-runtime (test for errors, line 21) FAIL: obj-c++.dg/invalid-type-1.mm -fnext-runtime (test for errors, line 24) FAIL: obj-c++.dg/invalid-type-1.mm -fnext-runtime (test for excess errors) This is due to a change in the error messages Excess errors: /opt/gcc/work/gcc/testsuite/obj-c++.dg/invalid-type-1.mm:21:1: error: 'Integer {aka int}' is not a template /opt/gcc/work/gcc/testsuite/obj-c++.dg/invalid-type-1.mm:24:1: error: 'Integer {aka int}' is not a template which no longer match ".Integer. is not a template".