From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20812 invoked by alias); 9 Dec 2014 16:54:29 -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 20774 invoked by uid 48); 9 Dec 2014 16:54:25 -0000 From: "sandra at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/64231] [5 Regression] SIGSEGV building glibc on aarch64-linux-gnu from r217852 Date: Tue, 09 Dec 2014 16:54: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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sandra at codesourcery dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: 2014-12/txt/msg00943.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64231 --- Comment #6 from Sandra Loosemore --- This reproduces it for me; my build is at r217852. $ aarch64-linux-gnu-gcc argp-help.i -c -O2 argp-help.c: In function '_help': argp-help.c:1684:1: internal compiler error: Segmentation fault 0x874f9b0 crash_signal /scratch/sandra/aarch64-fsf/src/gcc-mainline/gcc/toplev.c:359 0x8406cfb plus_constant(machine_mode, rtx_def*, long long, bool) /scratch/sandra/aarch64-fsf/src/gcc-mainline/gcc/explow.c:120 0x82e2db2 init_alias_analysis() /scratch/sandra/aarch64-fsf/src/gcc-mainline/gcc/alias.c:2966 0x8b59681 cse_main /scratch/sandra/aarch64-fsf/src/gcc-mainline/gcc/cse.c:6597 0x8b5a5eb rest_of_handle_cse2 /scratch/sandra/aarch64-fsf/src/gcc-mainline/gcc/cse.c:7528 0x8b5a5eb execute /scratch/sandra/aarch64-fsf/src/gcc-mainline/gcc/cse.c:7581 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. When I have a chance, I'll see if I can dig up some more information out of the debugger and/or reduce the testcase enough to allow setting some breakpoints.