From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2692 invoked by alias); 27 Apr 2004 12:10:34 -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 2667 invoked from network); 27 Apr 2004 12:10:33 -0000 Received: from unknown (HELO ms-dienst.rz.rwth-aachen.de) (134.130.3.131) by sources.redhat.com with SMTP; 27 Apr 2004 12:10:33 -0000 Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HWT000XXW4QC8@ms-dienst.rz.rwth-aachen.de> for gcc@gcc.gnu.org; Tue, 27 Apr 2004 14:02:51 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Tue, 27 Apr 2004 14:02:50 +0200 (MEST) Received: from numa-vi (numa-vi.igpm.RWTH-Aachen.DE [134.130.161.247]) by relay.rwth-aachen.de (8.12.10/8.12.7-1) with ESMTP id i3RC2nYU010034 for ; Tue, 27 Apr 2004 14:02:49 +0200 (MEST) Date: Tue, 27 Apr 2004 14:09:00 -0000 From: Volker Reichelt Subject: Re: GCC-3.3.4 status report To: gcc@gcc.gnu.org Reply-to: Volker Reichelt Message-id: <200404271202.i3RC2nYU010034@relay.rwth-aachen.de> MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=us-ascii Content-transfer-encoding: 7BIT Content-disposition: INLINE X-SW-Source: 2004-04/txt/msg01259.txt.bz2 On 27 Apr, Gabriel Dos Reis wrote: > Volker Reichelt writes: > > | Hi Gaby, > | > | you wrote: > | > | > There are 25 open PRs targetted for 3.3.4. Of course, I don't > | > expect all of them to be fixed before the release. The most serious > | > PRs are the regressions: > | > > | > optimization/13653 > | > | On the other hand you closed PR 11841 today which is probably the same > | bug as PR 13653, but it sports a short testcase (whereas it seems to be > > The audit trail of 11841 seems very confused to the point where it is > not obvious that it is the same. Good point. I just added a (hopefully less confusing) summary to the audit trail, reopened the PR and marked PR 13653 as dependent on it. > You may mark it as related to 13653. Regards, Volker