From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12264 invoked by alias); 15 Feb 2013 09:43:52 -0000 Received: (qmail 12160 invoked by uid 48); 15 Feb 2013 09:43:36 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/56321] [4.8 Regression] ICE:segfault in midend for -funsafe-math-optimizations -O3 Date: Fri, 15 Feb 2013 09:43: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: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: wschmidt at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: 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: 2013-02/txt/msg01555.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56321 --- Comment #8 from Richard Biener 2013-02-15 09:43:36 UTC --- (In reply to comment #7) > I see. The problem is a memory VUSE on the return statement that no longer has > a def. The VDEF was associated with the __builtin_pow statement that was > expanded. Looks like I need to release the SSA name. Working on a fix. Use unlink_stmt_vdef when removing a stmt that possibly has a VDEF.