From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16673 invoked by alias); 5 Jun 2011 11:38:56 -0000 Received: (qmail 16660 invoked by uid 22791); 5 Jun 2011 11:38:55 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_BJ X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 05 Jun 2011 11:38:41 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/49287] New: [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors) FAIL: objc.dg/gnu-api-2-(objc.m -fnext-runtime (test for excess errors) X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Date: Sun, 05 Jun 2011 11:38:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg00303.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D49287 Summary: [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors) FAIL: objc.dg/gnu-api-2-(objc.m -fnext-runtime (test for excess errors) 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 Host: *-apple-darwin* Target: *-apple-darwin* Build: *-apple-darwin* Since revision 174586 I see the following failures on darwin FAIL: obj-c++.dg/gnu-api-2-class.mm -fnext-runtime (test for excess errors) FAIL: obj-c++.dg/gnu-api-2-objc.mm -fnext-runtime (test for excess errors) FAIL: objc.dg/gnu-api-2-class.m -fnext-runtime (test for excess errors) FAIL: objc.dg/gnu-api-2-objc.m -fnext-runtime (test for excess errors) with both -m32 and -m64. Revision 174574 is OK (see http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg00264.html ). This is like= ly due to revision 174575 > * objc-act.c (objc_finish_message_expr): Warn if messaging a class > that was only declared using @class without an @interface. Warn > if messaging an instance of a class that was only declared using > @class without an @interface, unless the receiver was also typed > with a protocol list.