From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28251 invoked by alias); 6 Jun 2013 16:23:50 -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 28140 invoked by uid 48); 6 Jun 2013 16:23:39 -0000 From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/57447] [4.9 Regression] ICE on 435.gromacs from spec2006 after r199298 Date: Thu, 06 Jun 2013 16:23:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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: 2013-06/txt/msg00300.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57447 --- Comment #3 from David Binderman --- Created attachment 30270 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30270&action=edit C++ source code The attached source code causes the following crash on gcc-4.9 trunk dated 20130605 on an AMD x86_64 box when compiled with -O2. paging.cpp: In function 'void PAGING_Enable(bool)': paging.cpp:867:1: internal compiler error: in curr_insn_transform, at lra-constraints.c:3007 } ^ 0x9c287d curr_insn_transform ../../src/trunk/gcc/lra-constraints.c:3006 0x9c34fc lra_constraints(bool) ../../src/trunk/gcc/lra-constraints.c:3785 0x9b5b94 lra(_IO_FILE*) ../../src/trunk/gcc/lra.c:2278 0x97b418 do_reload ../../src/trunk/gcc/ira.c:4641 0x97b418 rest_of_handle_reload ../../src/trunk/gcc/ira.c:4753 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.