From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2982 invoked by alias); 7 May 2003 19:32:15 -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 2958 invoked from network); 7 May 2003 19:32:14 -0000 Received: from unknown (HELO piper.synopsys.com) (204.176.21.196) by sources.redhat.com with SMTP; 7 May 2003 19:32:14 -0000 Received: (from jbuck@localhost) by piper.synopsys.com (8.11.6/8.11.6) id h47JWBl27780; Wed, 7 May 2003 12:32:11 -0700 Date: Wed, 07 May 2003 19:32:00 -0000 From: Joe Buck To: Steven Bosscher Cc: gcc@gcc.gnu.org Subject: Re: draft release notes for gcc 3.3 Message-ID: <20030507123211.A18686@synopsys.com> References: <20030507102811.A7858@synopsys.com> <1052333027.13672.28.camel@steven> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1052333027.13672.28.camel@steven>; from s.bosscher@student.tudelft.nl on Wed, May 07, 2003 at 08:43:41PM +0200 X-SW-Source: 2003-05/txt/msg00690.txt.bz2 On Wed, May 07, 2003 at 08:43:41PM +0200, Steven Bosscher wrote: > Op wo 07-05-2003, om 19:28 schreef Joe Buck: > > Internal compiler errors (ICEs): > 6663 (C++) ICE with attribute aligned > > All other c++ ICEs have "(c++)", can this one be lower-cased too? :-) Fixed. > Also, can you add 3782 here? > 3782 (c++) Segmentation fault with with -quiet -fstats No, this was fixed in 3.2.3 (and listed in the 3.2.3 notes). > > c front end: > (snip) > > 9516 Internal error when using a big array > > Shouldn't that one go under ICEs then? Right, good catch. > Also, can you add 1687 and 8828 here? This was a C-specific compile > time regression related to the tree inliner. The PR is not closed yet > because I'm working on a more suitable fix for mainline, but it > definitely got fixed for 3.3. 8828 is one in a series of -Wunreachable > fixes. > 1687 Compile time regression with inlining. > 8828 GCC reports some code is unreachable when it is not 8828 is listed as fixed in 3.2.3. I added 1687. Thanks.