From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23851 invoked by alias); 23 Apr 2002 12:43:39 -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 23833 invoked from network); 23 Apr 2002 12:43:33 -0000 Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237) by sources.redhat.com with SMTP; 23 Apr 2002 12:43:33 -0000 Received: from prospero.cambridge.redhat.com (dell-paw-2.cambridge.redhat.com [195.224.55.226]) by executor.cambridge.redhat.com (Postfix) with ESMTP id 4E143ABAFC; Tue, 23 Apr 2002 13:43:29 +0100 (BST) Received: by prospero.cambridge.redhat.com (Postfix, from userid 4046) id D1120F7B7A; Tue, 23 Apr 2002 13:43:27 +0100 (BST) To: Mark Mitchell Cc: Richard Henderson , Peter Schmid , "gcc@gcc.gnu.org" Subject: Re: GCC 3.1 Prerelease References: <3340000.1019348655@gandalf.codesourcery.com> <20020421135047.A31524@redhat.com> <12250000.1019426436@gandalf.codesourcery.com> From: Jason Merrill In-Reply-To: <12250000.1019426436@gandalf.codesourcery.com> (Mark Mitchell's message of "Sun, 21 Apr 2002 15:00:36 -0700") Date: Tue, 23 Apr 2002 05:46:00 -0000 Message-ID: User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-04/txt/msg01159.txt.bz2 >>>>> "Mark" == Mark Mitchell writes: > I'm inclined just to suffer here, but let's see what Jason thinks. I think I'm inclined to restore the bug on the branch. The code affected by the bug (throwing an exception in a destructor) is much less common than the expression template code; killing compile-time performance for expression templates will impair 3.1's usefulness much more than failing to fix a bug which has always been present. Jason