From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5254 invoked by alias); 29 Aug 2014 03:12:09 -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 4889 invoked by uid 48); 29 Aug 2014 03:11:59 -0000 From: "wschmidt at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/62301] New: PowerPC bootstrap broken since r214654 Date: Fri, 29 Aug 2014 03:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wschmidt at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc cf_gcchost cf_gcctarget cf_gccbuild Message-ID: 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: 2014-08/txt/msg01935.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62301 Bug ID: 62301 Summary: PowerPC bootstrap broken since r214654 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: wschmidt at gcc dot gnu.org CC: rdsandiford at googlemail dot com Host: powerpc64le-unknown-linux-gnu Target: powerpc64le-unknown-linux-gnu Build: powerpc64le-unknown-linux-gnu Bootstrap is failing in stage 2 for powerpc64le-unknown-linux-gnu (and likely in powerpc64-unknown-linux-gnu as well, though I have not yet confirmed this). I've bisected the start of the failure to r214654: 2014-08-28 Richard Sandiford * rtl.h (get_pool_constant, rtx_referenced_p): Replace rtx parameters with const_rtx parameters. * varasm.c (get_pool_constant): Likewise. * rtlanal.c (rtx_referenced_p_1): Delete. (rtx_referenced_p): Use FOR_EACH_SUBRTX instead of for_each_rtx. Assert that the rtx we're looking for is nonnull. Allow searches for constant pool SYMBOL_REFs. Many compiles fail while building libgcc, all segfaulting: /home/wschmidt/gcc/gcc-mainline-base/libgcc/libgcc2.c: In function '__ashlti3': /home/wschmidt/gcc/gcc-mainline-base/libgcc/libgcc2.c:454:1: internal compiler error: Segmentation fault } ^ xgcc: internal compiler error: Segmentation fault (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. I'll try to get more information in the morning.