From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27908 invoked by alias); 15 Jan 2012 13:34:15 -0000 Received: (qmail 27818 invoked by uid 22791); 15 Jan 2012 13:34:13 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 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, 15 Jan 2012 13:33:51 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691 Date: Sun, 15 Jan 2012 13:40: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: X-Bugzilla-Severity: critical X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.0 X-Bugzilla-Changed-Fields: Attachment #25270 is obsolete 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-01/txt/msg01667.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 Dominique d'Humieres changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25270|0 |1 is obsolete| | --- Comment #29 from Dominique d'Humieres 2012-01-15 13:31:04 UTC --- Created attachment 26331 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26331 merged patch > > Note that reapplying r181405 with the Richard Sandiford's patch at > > http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02004.html fixes the failures on > > powerpc-apple-darwin9 without visible side effect on x86_64-apple-darwin10. I am attaching the resulting patch for revision 183181. Could it be tested on the platforms for which revision 181405 caused some failures: i.e., AIX (comment #12, tested without regression on Darwin), mips-linux-gnu (comment #18), and SH target when compiling for big endian (comment #19). > Then let's do that ASAP. Agreed, but I am not a maintainer nor a reviewer!-)