From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13684 invoked by alias); 12 Aug 2005 18:52:52 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 13670 invoked by uid 48); 12 Aug 2005 18:52:49 -0000 Date: Fri, 12 Aug 2005 18:52:00 -0000 From: "chris at bubblescope dot net" To: gcc-bugs@gcc.gnu.org Message-ID: <20050812185248.23361.chris@bubblescope.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug rtl-optimization/23361] New: Can't eliminate empty loops with power of two step and variable bounds X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg01417.txt.bz2 List-Id: This may be related to bug 19001 (loops with power of two step and variable bounds not unrolled) Neither of the following empty loops is eliminated: void foo(int a, int b) { for(;a!=b;a+=4); } void foo(int a, int b) { for(;a