From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19549 invoked by alias); 17 Jan 2004 01:46:14 -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 19542 invoked from network); 17 Jan 2004 01:46:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 17 Jan 2004 01:46:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i0H1kCg25672; Fri, 16 Jan 2004 20:46:12 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i0H1kCE21964; Fri, 16 Jan 2004 20:46:12 -0500 Received: from dnovillo.cipe.redhat.com (dnovillo.cipe.redhat.com [10.0.0.106]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i0H1kAXd023227; Fri, 16 Jan 2004 20:46:10 -0500 Subject: Re: [RFC] Contributing tree-ssa to mainline From: Diego Novillo To: Gerald Pfeifer Cc: Jeff Law , "gcc@gcc.gnu.org" In-Reply-To: References: <200401170052.i0H0qaw2025984@speedy.slc.redhat.com> Content-Type: text/plain Organization: Red Hat Canada Message-Id: <1074303968.3147.95.camel@frodo.toronto.redhat.com> Mime-Version: 1.0 Date: Sat, 17 Jan 2004 01:46:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00992.txt.bz2 On Fri, 2004-01-16 at 20:37, Gerald Pfeifer wrote: > 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. :-( > We have been having bootstrap problems on ia64 that started showing up between 2004-01-08 and 2004-01-15. The tester had stopped sending me daily mail and I didn't notice until today when I saw PR 13709. Dunno if they're related. Diego.