From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14964 invoked by alias); 16 Jul 2013 16:44:19 -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 Received: (qmail 12797 invoked by uid 48); 16 Jul 2013 16:42:17 -0000 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55656] objc/obj-c++ failures present under darwin11 Date: Tue, 16 Jul 2013 16:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on everconfirmed Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-07/txt/msg00803.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D55656 Iain Sandoe changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-07-16 Ever confirmed|0 |1 --- Comment #5 from Iain Sandoe --- (In reply to Jack Howarth from comment #0) r200977 (mainline) r200980 (4.8) r200982 (4.7) Should have resolved those issues related to interface changes.=20 > =3D=3D=3D obj-c++ tests =3D=3D=3D >=20 > FAIL: obj-c++.dg/cxx-ivars-3.mm -fnext-runtime execution test This is a real new fail - however, it remains to be seen what the origin is= .=20 The system (clang) compiler generates the same output as we do. So (a) the fault might lie in the vendor's library - or (b) the interface might have b= een changed. >>From gcc-bugs-return-426297-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Jul 16 16:59:51 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 7959 invoked by alias); 16 Jul 2013 16:59:51 -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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 5757 invoked by uid 48); 16 Jul 2013 16:57:49 -0000 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55657] objc/obj-c++ failures present under darwin12 Date: Tue, 16 Jul 2013 16:59:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on everconfirmed Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-07/txt/msg00804.txt.bz2 Content-length: 936 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55657 Iain Sandoe changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-07-16 Ever confirmed|0 |1 --- Comment #8 from Iain Sandoe --- (In reply to Jack Howarth from comment #0) r200977 (mainline) r200980 (4.8) r200982 (4.7) Should have resolved those issues related to interface changes. === obj-c++ tests === > FAIL: obj-c++.dg/gnu-api-2-objc.mm -fnext-runtime execution test > FAIL: obj-c++.dg/property/at-property-13.mm -fgnu-runtime execution test === objc tests === > FAIL: objc.dg/gnu-api-2-objc.m -fnext-runtime execution test these are real new failures, to be investigated.