From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20372 invoked by alias); 10 Apr 2003 05:33:55 -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 20287 invoked from network); 10 Apr 2003 05:33:55 -0000 Received: from unknown (HELO egil.codesourcery.com) (66.92.14.122) by sources.redhat.com with SMTP; 10 Apr 2003 05:33:55 -0000 Received: from zack by egil.codesourcery.com with local (Exim 3.36 #1 (Debian)) id 193Uh7-0001f1-00; Wed, 09 Apr 2003 22:33:53 -0700 To: Joe Buck Cc: gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: General search for symbols... From: Zack Weinberg Date: Thu, 10 Apr 2003 09:37:00 -0000 In-Reply-To: <200304041712.h34HCnf03282@piper.synopsys.com> (Joe Buck's message of "Fri, 4 Apr 2003 09:12:49 -0800 (PST)") Message-ID: <87u1d6uda6.fsf@egil.codesourcery.com> User-Agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (gnu/linux) References: <200304041712.h34HCnf03282@piper.synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00413.txt.bz2 Joe Buck writes: > Zack writes: >> Note that as of 3.3 GCC no longer supports , although there >> are still vestiges of the old code for it. > > We should have a mention of that (together with any other deprecated > features not already mentioned) on > > http://gcc.gnu.org/gcc-3.3/changes.html Done. (I misspoke; it was only removed in 3.4, although it doesn't make a lot of sense to use with 3.3 which dropped -traditional.) zw =================================================================== Index: gcc-3.4/changes.html --- gcc-3.4/changes.html 6 Apr 2003 15:18:53 -0000 1.18 +++ gcc-3.4/changes.html 10 Apr 2003 05:33:19 -0000 @@ -22,6 +22,11 @@
  • GCC no longer accepts the options -fvolatile, -fvolatile-global and -fvolatile-static. It is unlikely that they worked correctly in any 3.x release.
  • +
  • GCC no longer supports the use of <varargs.h> + and does not provide this header with the distribution. Use + <stdarg.h> instead. (This header is primarily + useful with traditional mode compilation, which feature was removed + in GCC 3.3.)

    General Optimizer Improvements