From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2525 invoked by alias); 11 Sep 2008 20:04:46 -0000 Received: (qmail 1201 invoked by uid 48); 11 Sep 2008 20:03:23 -0000 Date: Thu, 11 Sep 2008 20:04:00 -0000 Subject: [Bug c/37485] New: [graphite] Disconnecting exit edge in process of code generation X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "harsha dot jagasia at amd dot com" 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: 2008-09/txt/msg01396.txt.bz2 In tranlate_clast when clast stmt is a stmt_user, we can end up disconnecting the edge that is the exit_edge of the scop that is transformed. This state creates problems because the exit_edge no longer has a destination. Hence when after translate_clast, the exit_edge is redirected with redirect_edge_succ, the edge is already disconnected. -- Summary: [graphite] Disconnecting exit edge in process of code generation Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: harsha dot jagasia at amd dot com GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37485