From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 497 invoked by alias); 23 Oct 2012 07:58:10 -0000 Received: (qmail 441 invoked by uid 48); 23 Oct 2012 07:57:50 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/54877] [4.7 Regression] ICE: tree check: expected ssa_name, have real_cst in copy_ssa_name_fn, at tree-ssanames.c:335 Date: Tue, 23 Oct 2012 07:58:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.3 X-Bugzilla-Changed-Fields: Summary Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" 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: 2012-10/txt/msg02029.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54877 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.7/4.8 Regression] ICE: |[4.7 Regression] ICE: tree |tree check: expected |check: expected ssa_name, |ssa_name, have real_cst in |have real_cst in |copy_ssa_name_fn, at |copy_ssa_name_fn, at |tree-ssanames.c:335 |tree-ssanames.c:335 --- Comment #5 from Jakub Jelinek 2012-10-23 07:57:49 UTC --- Fixed on the trunk so far.