From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32694 invoked by alias); 16 Jun 2014 09:21:13 -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 32645 invoked by uid 48); 16 Jun 2014 09:21:08 -0000 From: "christophe.lyon at st dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/61430] [4.10 regression] ICE in lra_create_copy Date: Mon, 16 Jun 2014 09:21:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: christophe.lyon at st 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.10.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-06/txt/msg01350.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61430 --- Comment #4 from christophe.lyon at st dot com --- Since commit 211625: 2014-06-13 Richard Biener * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Rewrite to propagate the VN result into all uses where possible and to remove stmts becoming dead because of that. (eliminate): Generalize stmt removal handling, remove in reverse dominator order to support proper debug stmt generation. Update stmts before removing stmts. * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert. The same error now appears when building other GCC configurations: --target mode --with-cpu --with-fpu arm-none-linux-gnueabi arm cortex-a9 default arm-none-linux-gnueabihf arm cortex-a9 neon-fp16 arm-none-linux-gnueabihf arm cortex-a9 vfp arm-none-linux-gnueabihf arm cortex-a15 neon-vfpv4 armeb-none-linux-gnueabihf arm cortex-a9 neon-fp16 Vladimir, can you have a look?