From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26438 invoked by alias); 10 Sep 2004 09:50:25 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 26426 invoked from network); 10 Sep 2004 09:50:24 -0000 Received: from unknown (HELO atrey.karlin.mff.cuni.cz) (195.113.31.123) by sourceware.org with SMTP; 10 Sep 2004 09:50:24 -0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 4018) id 0FC0B4B4588; Fri, 10 Sep 2004 11:50:23 +0200 (CEST) Date: Fri, 10 Sep 2004 10:17:00 -0000 From: Jan Hubicka To: "H. J. Lu" Cc: gcc@gcc.gnu.org Subject: Re: Redundant instructions in loop optimization for x86-64? Message-ID: <20040910095023.GF378@atrey.karlin.mff.cuni.cz> References: <20040910000026.GA25099@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040910000026.GA25099@lucon.org> User-Agent: Mutt/1.5.6i X-SW-Source: 2004-09/txt/msg00596.txt.bz2 > It seems that gcc 3.4 and 4.0 generate redundant instructions in loop > optimization for x86-64: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17387 > > Does anyone know why? It is a zero extension GCC believe to be essential. Honza > > > H.J.