From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24982 invoked by alias); 18 Jun 2012 12:42:28 -0000 Received: (qmail 24965 invoked by uid 22791); 18 Jun 2012 12:42:27 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED,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; Mon, 18 Jun 2012 12:42:13 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/53708] [4.8 Regression] Many failures of the objc tests with -O3 -fnext-runtime and -m32 Date: Mon, 18 Jun 2012 12:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-06/txt/msg01196.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53708 --- Comment #4 from Dominique d'Humieres 2012-06-18 12:42:12 UTC --- A clean bootstrap of revision 188725 with the patch in comment #2 just finished without any problem. In addition the patch fixed the following failures in the tests of obj-c++ Running target unix/-m32 ... FAIL: obj-c++.dg/torture/trivial.mm -O3 -fomit-frame-pointer -fnext-runtime (test for excess errors) WARNING: obj-c++.dg/torture/trivial.mm -O3 -fomit-frame-pointer -fnext-runtime compilation failed to produce executable FAIL: obj-c++.dg/torture/trivial.mm -O3 -g -fnext-runtime (test for excess errors) WARNING: obj-c++.dg/torture/trivial.mm -O3 -g -fnext-runtime compilation failed to produce executable FAIL: obj-c++.dg/torture/strings/const-str-7.mm -O3 -fomit-frame-pointer -fnext-runtime (test for excess errors) WARNING: obj-c++.dg/torture/strings/const-str-7.mm -O3 -fomit-frame-pointer -fnext-runtime compilation failed to produce executable FAIL: obj-c++.dg/torture/strings/const-str-7.mm -O3 -g -fnext-runtime (test for excess errors) WARNING: obj-c++.dg/torture/strings/const-str-7.mm -O3 -g -fnext-runtime compilation failed to produce executable FAIL: obj-c++.dg/torture/strings/const-str-8.mm -O3 -fomit-frame-pointer -fnext-runtime (test for excess errors) WARNING: obj-c++.dg/torture/strings/const-str-8.mm -O3 -fomit-frame-pointer -fnext-runtime compilation failed to produce executable FAIL: obj-c++.dg/torture/strings/const-str-8.mm -O3 -g -fnext-runtime (test for excess errors) WARNING: obj-c++.dg/torture/strings/const-str-8.mm -O3 -g -fnext-runtime compilation failed to produce executable FAIL: obj-c++.dg/torture/tls/thr-init-3.mm -O3 -fomit-frame-pointer -fnext-runtime (test for excess errors) WARNING: obj-c++.dg/torture/tls/thr-init-3.mm -O3 -fomit-frame-pointer -fnext-runtime compilation failed to produce executable FAIL: obj-c++.dg/torture/tls/thr-init-3.mm -O3 -g -fnext-runtime (test for excess errors) WARNING: obj-c++.dg/torture/tls/thr-init-3.mm -O3 -g -fnext-runtime compilation failed to produce executable