From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16097 invoked by alias); 17 Jan 2004 01:37:04 -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 16071 invoked from network); 17 Jan 2004 01:37:01 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 17 Jan 2004 01:37:01 -0000 Received: from Hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 215AF19FE27C; Sat, 17 Jan 2004 02:37:01 +0100 (CET) Date: Sat, 17 Jan 2004 01:37:00 -0000 From: Gerald Pfeifer To: Jeffrey Law Cc: Diego Novillo , gcc@gcc.gnu.org Subject: Re: [RFC] Contributing tree-ssa to mainline In-Reply-To: <200401170052.i0H0qaw2025984@speedy.slc.redhat.com> Message-ID: References: <200401170052.i0H0qaw2025984@speedy.slc.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-01/txt/msg00991.txt.bz2 On Fri, 16 Jan 2004 law@redhat.com wrote: > BTW, you might try with my out-of-ssa bugfixes from yesterday. While > I hadn't run into those bugs in the wild, you might have been tripping > over them... Yes. The original problems I had went away a few days ago, but I'm seeing other (apparent) code gen bugs now. :-( I'm trying to investigate... Gerald