From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16991 invoked by alias); 10 Apr 2003 18:29:47 -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 16979 invoked from network); 10 Apr 2003 18:29:47 -0000 Received: from unknown (HELO mail-out1.apple.com) (17.254.0.52) by sources.redhat.com with SMTP; 10 Apr 2003 18:29:47 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out1.apple.com (8.12.9/8.12.9) with ESMTP id h3AITk3h002522; Thu, 10 Apr 2003 11:29:46 -0700 (PDT) Received: from scv3.apple.com (scv3.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Thu, 10 Apr 2003 11:29:37 -0700 Received: from apple.com (mrs1.apple.com [17.201.24.248]) by scv3.apple.com (8.12.9/8.12.9) with ESMTP id h3AITj0j012780; Thu, 10 Apr 2003 11:29:46 -0700 (PDT) Date: Thu, 10 Apr 2003 19:36:00 -0000 Subject: Re: General search for symbols... Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: Joe Buck , gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org To: Zack Weinberg From: Mike Stump In-Reply-To: <87u1d6uda6.fsf@egil.codesourcery.com> Message-Id: <61A218EB-6B82-11D7-8AD9-003065A77310@apple.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00440.txt.bz2 On Wednesday, April 9, 2003, at 10:33 PM, Zack Weinberg wrote: > 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.) Ok, I am confused then. What does the varargs.h header in 3.3 do then: #ifndef _VARARGS_H #define _VARARGS_H #error "GCC no longer implements ." #error "Revise your code to use ." #endif ?