From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5487 invoked by alias); 16 Oct 2002 17:29:22 -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 5480 invoked from network); 16 Oct 2002 17:29:20 -0000 Received: from unknown (HELO sunsite.mff.cuni.cz) (195.113.19.66) by sources.redhat.com with SMTP; 16 Oct 2002 17:29:20 -0000 Received: (from jakub@localhost) by sunsite.mff.cuni.cz (8.11.6/8.11.6) id g9GHT5V24743; Wed, 16 Oct 2002 19:29:05 +0200 Date: Wed, 16 Oct 2002 11:29:00 -0000 From: Jakub Jelinek To: Joe Buck Cc: gcc@gcc.gnu.org Subject: Re: fourth draft: gcc 3.2.1 release notes Message-ID: <20021016192905.P3451@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: <200210161723.g9GHNnl29383@piper.synopsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200210161723.g9GHNnl29383@piper.synopsys.com>; from jbuck@synopsys.com on Wed, Oct 16, 2002 at 10:23:49AM -0700 X-SW-Source: 2002-10/txt/msg00973.txt.bz2 On Wed, Oct 16, 2002 at 10:23:49AM -0700, Joe Buck wrote: > Here's a fourth draft for GCC 3.2.1 release notes. Please let me know > about anything else that should be mentioned. > > More bugs have been fixed: > > Optimization: 6631 > Preprocessor: 7862, 8190 > IBM s390: 7370, 7409, 8232 > > It is possible that there will be more bug fixes before final release. > -------------------------------------------------------------------- > Release notes for GCC 3.2.1 [DRAFT!] > > 3.2.1 adds a new warning, -Wabi. This option warns when GNU C++ generates > code that is known not to be binary-compatible with the vendor-neutral > ia32/ia64 ABI. Please consult the GCC manual, included in the > distribution, for details. > > This release also removes an old GCC extension, "naming types", and the > documentation now directs users to use a different GCC extension, > "__typeof", instead. The feature had evidently been broken for a while. > > Otherwise, 3.2.1 is a bug fix release only; other than bug fixes and the > new warning there are no new features that were not present in GCC 3.2. Maybe --print-multi-os-directory should be mentioned too (as well as the bug ID fixed by it, target/6668). Jakub