This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/49432] New: [4.7 Regression] FAIL: obj-c++.dg/invalid-type-1.mm


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]