From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20124 invoked by alias); 30 Jan 2010 17:31:06 -0000 Received: (qmail 20067 invoked by uid 48); 30 Jan 2010 17:30:46 -0000 Date: Sat, 30 Jan 2010 17:31:00 -0000 Message-ID: <20100130173046.20066.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/42906] [4.5 Regression] Empty loop not removed In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "steven at gcc dot gnu dot org" 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: 2010-01/txt/msg03434.txt.bz2 ------- Comment #9 from steven at gcc dot gnu dot org 2010-01-30 17:30 ------- The loop is also properly eliminated if I split the (critical) edge from bb6 to bb5 the edge that brings in the constant "0" to the "j_1 = PHI ". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42906