From owner-freebsd-alpha@FreeBSD.ORG Thu Aug 28 10:31:26 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D0A16A4BF for ; Thu, 28 Aug 2003 10:31:26 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C14E43FEA for ; Thu, 28 Aug 2003 10:31:24 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 19sQcF-0004Qw-00; Thu, 28 Aug 2003 19:31:23 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h7SGsZAk082485 for ; Thu, 28 Aug 2003 18:54:35 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h7SGsZUq082484 for freebsd-alpha@freebsd.org; Thu, 28 Aug 2003 18:54:35 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Date: Thu, 28 Aug 2003 16:54:34 +0000 (UTC) Message-ID: References: <20030825001735.GA825@dhcp42.pn.xcllnt.net> <20030828155241.626702A7EA@canning.wemm.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-alpha@freebsd.org Subject: Re: varargs.h broken? X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 17:31:26 -0000 Peter Wemm wrote: > varargs.h support has been completely removed from gcc-3.3 - from the parser > and all. It isn't a case of twiddling an option to turn it back on, the > code itself is gone. We may as well remove varargs.h or replace it with > a #error message that points to stdarg.h Please do so. I'm sure there are a number of ports broken because of this, and #error will make these easier to identify and encourage people to fix them. -- Christian "naddy" Weisgerber naddy@mips.inka.de