From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12473 invoked by alias); 1 Dec 2014 13:50:15 -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 12172 invoked by uid 48); 1 Dec 2014 13:50:10 -0000 From: "ktkachov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/64102] ARM bootstrap fails with segfault with -mapcs in BOOT_CFLAGS Date: Mon, 01 Dec 2014 13:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ktkachov 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: 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/msg00091.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64102 --- Comment #4 from ktkachov at gcc dot gnu.org --- (In reply to ktkachov from comment #3) > Hmm... > Trying to bootstrap 4.9 with the same configuration and -mapcs results in an > ICE in stage2 when compiling haifa-sched.c > $SRC/gcc/haifa-sched.c:6507:1: internal compiler error: in lra_create_copy, > at lra.c:1532 > } > ^ > 0x6f240b lra_create_copy(int, int, int) > $SRC/gcc/lra.c:1532 > 0x70f447 process_bb_lives > $SRC/gcc/lra-lives.c:568 > 0x710761 lra_create_live_ranges(bool) > $SRC/gcc/lra-lives.c:1008 > 0x6f3f33 lra(_IO_FILE*) > $SRC/gcc/lra.c:2372 > 0x6ad3a1 do_reload > $SRC/gcc/ira.c:5457 > 0x6ad717 rest_of_handle_reload > $SRC/gcc/ira.c:5598 > 0x6ad75f execute > $SRC/gcc/ira.c:5627 > Please submit a full bug report, > with preprocessed source if appropriate. > > > I didn't try without -mapcs on 4.9 though, so need to check that first. Ah, this is a known bootstrap failure: PR 63740 so can't check whether the -mapcs issue is a regression until that's resolved