From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20334 invoked by alias); 12 Dec 2002 22:32:23 -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 20294 invoked from network); 12 Dec 2002 22:32:22 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (198.81.209.6) by sources.redhat.com with SMTP; 12 Dec 2002 22:32:22 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw2.watson.ibm.com (8.11.4/8.11.4) with ESMTP id gBCMVdM91108; Thu, 12 Dec 2002 17:31:39 -0500 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.4/8.11.4) with ESMTP id gBCMVdg46868; Thu, 12 Dec 2002 17:31:39 -0500 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX4.3/8.9.3/8.9.3/09-18-2002) with ESMTP id RAA22984; Thu, 12 Dec 2002 17:31:39 -0500 Message-Id: <200212122231.RAA22984@makai.watson.ibm.com> To: Richard Henderson , Daniel Berlin , Dale Johannesen , "Sanjiv Kumar Gupta, Noida" , gcc@gcc.gnu.org Subject: Re: possible gcse failure: not able to eliminate redundant loads In-Reply-To: Message from Richard Henderson of "Thu, 12 Dec 2002 14:28:53 PST." <20021212222853.GA28987@redhat.com> Date: Thu, 12 Dec 2002 14:42:00 -0000 From: David Edelsohn X-SW-Source: 2002-12/txt/msg00678.txt.bz2 >>>>> Richard Henderson writes: Richard> We have the code for it, but alias.c isn't helping. I do not believe that the code exists, or if the code exists it is disabled because it is broken in other ways, not alias.c. David