From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 994 invoked by alias); 17 Dec 2006 14:47:56 -0000 Received: (qmail 924 invoked by uid 48); 17 Dec 2006 14:47:42 -0000 Date: Sun, 17 Dec 2006 14:47:00 -0000 Message-ID: <20061217144742.923.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/20211] autoincrement generation is poor 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: 2006-12/txt/msg01468.txt.bz2 ------- Comment #35 from steven at gcc dot gnu dot org 2006-12-17 14:47 ------- This should be fixed when the dataflow branch is merged. There is a new pass there dedicated to generating auto-inc/dec insns. If the pass in auto-inc-dec.c on the dataflow branch does not fix this issue, a proper fix for this bug will have to be implemented there instead of in regmove. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20211