This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/49432] New: [4.7 Regression] FAIL: obj-c++.dg/invalid-type-1.mm
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 16 Jun 2011 07:31:45 +0000
- Subject: [Bug testsuite/49432] New: [4.7 Regression] FAIL: obj-c++.dg/invalid-type-1.mm
- Auto-submitted: auto-generated
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: unassigned@gcc.gnu.org
ReportedBy: dominiq@lps.ens.fr
CC: nicola.pero@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".