From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14994 invoked by alias); 28 Feb 2013 15:03:56 -0000 Received: (qmail 14916 invoked by uid 48); 28 Feb 2013 15:03:23 -0000 From: "mgretton at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/56484] New: ICE in assign_by_spills, at lra-assigns.c:1268 Date: Thu, 28 Feb 2013 15:03: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-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mgretton 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-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: 2013-02/txt/msg02693.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D56484 Bug #: 56484 Summary: ICE in assign_by_spills, at lra-assigns.c:1268 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned@gcc.gnu.org ReportedBy: mgretton@gcc.gnu.org Created attachment 29552 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D29552 Test case The attached test case ICEs on trunk (svn revision: 196329) as follows: $ x86_64-unknown-linux-gnu-gcc -O2 besttry.c besttry.c: In function =E2=80=98output_spdif=E2=80=99: besttry.c:26:1: internal compiler error: in assign_by_spills, at lra-assigns.c:1268 } ^ 0x7f1cf8 assign_by_spills /work/sources/gcc-fsf/master/gcc/lra-assigns.c:1268 0x7f29b3 lra_assign() /work/sources/gcc-fsf/master/gcc/lra-assigns.c:1425 0x7eebe1 lra(_IO_FILE*) /work/sources/gcc-fsf/master/gcc/lra.c:2307 0x7b6e18 do_reload /work/sources/gcc-fsf/master/gcc/ira.c:4619 0x7b6e18 rest_of_handle_reload /work/sources/gcc-fsf/master/gcc/ira.c:4731 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Believe this is a target issue as the original test case does not trigger t= he failure for arm-none-linux-gnueabihf