http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57896 UroÅ¡ Bizjak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED URL| |http://gcc.gnu.org/ml/gcc-p | |atches/2014-02/msg01255.htm | |l Resolution|--- |FIXED --- Comment #35 from UroÅ¡ Bizjak --- Fixed everywhere. >From gcc-bugs-return-444446-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Feb 21 08:20:24 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 27049 invoked by alias); 21 Feb 2014 08:20:23 -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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 27006 invoked by uid 48); 21 Feb 2014 08:20:18 -0000 From: "terry.guo at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/60298] New: [ARM/Thumb1] ICE caused by LRA for case pr54713-1.c Date: Fri, 21 Feb 2014 08:20:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: terry.guo at arm dot com 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 attachments.created 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-02/txt/msg02203.txt.bz2 Content-length: 1977 http://gcc.gnu.org/bugzilla/show_bug.cgi?id`298 Bug ID: 60298 Summary: [ARM/Thumb1] ICE caused by LRA for case pr54713-1.c Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: terry.guo at arm dot com Created attachment 32185 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id2185&actioníit case to reproduce the ICE This issue is found during regression test of latest trunk for Thumb-1 target Cortex-M0. Here is command to reproduce this issue: terguo01@terry-pc01:case$ ../install-native/bin/arm-none-eabi-gcc -O0 -w -c -mthumb -mcpu=cortex-m0 -o pr54713-1.o pr54713-1.c pr54713-1.c: In function 'f10': pr54713-1.c:70:1: internal compiler error: Segmentation fault } ^ 0xb1b7ce crash_signal /myssd/terguo01/toolchain-build/lra-regression/src/gcc/gcc/toplev.c:337 0xaeccbf simplify_replace_fn_rtx(rtx_def*, rtx_def const*, rtx_def* (*)(rtx_def*, rtx_def const*, void*), void*) /myssd/terguo01/toolchain-build/lra-regression/src/gcc/gcc/simplify-rtx.c:417 0x9a6df3 update_equiv /myssd/terguo01/toolchain-build/lra-regression/src/gcc/gcc/lra-constraints.c:351 0x9b06e7 lra_constraints(bool) /myssd/terguo01/toolchain-build/lra-regression/src/gcc/gcc/lra-constraints.c:4054 0x99d609 lra(_IO_FILE*) /myssd/terguo01/toolchain-build/lra-regression/src/gcc/gcc/lra.c:2339 0x94b7af do_reload /myssd/terguo01/toolchain-build/lra-regression/src/gcc/gcc/ira.c:5457 0x94baf8 rest_of_handle_reload /myssd/terguo01/toolchain-build/lra-regression/src/gcc/gcc/ira.c:5598 0x94bb42 execute /myssd/terguo01/toolchain-build/lra-regression/src/gcc/gcc/ira.c:5627 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.