From owner-freebsd-current@FreeBSD.ORG Thu Aug 26 15:32:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B3816A4CE; Thu, 26 Aug 2004 15:32:00 +0000 (GMT) Received: from bgezal.rise.tuwien.ac.at (bgezal.rise.tuwien.ac.at [128.130.59.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715C743D5E; Thu, 26 Aug 2004 15:32:00 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from fafoe.narf.at (unknown [212.186.3.235]) by bgezal.rise.tuwien.ac.at (Postfix) with ESMTP id 1BDF52176; Thu, 26 Aug 2004 17:31:59 +0200 (CEST) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.1.42]) by fafoe.narf.at (Postfix) with ESMTP id 229C440EE; Thu, 26 Aug 2004 17:31:52 +0200 (CEST) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id BDC8EE1; Thu, 26 Aug 2004 17:31:50 +0200 (CEST) Date: Thu, 26 Aug 2004 17:31:50 +0200 From: Stefan Farfeleder To: Maxim Sobolev Message-ID: <20040826153145.GA602@wombat.fafoe.narf.at> Mail-Followup-To: Maxim Sobolev , kan@FreeBSD.org, current@FreeBSD.org, iedowse@FreeBSD.org References: <412DF886.4030107@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412DF886.4030107@portaone.com> User-Agent: Mutt/1.5.6i cc: kan@FreeBSD.org cc: current@FreeBSD.org cc: iedowse@FreeBSD.org Subject: Re: [patch] bug in cpp's #ident handling in gcc 3.4 [Was: ccache with buildworld] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 15:32:01 -0000 On Thu, Aug 26, 2004 at 05:49:42PM +0300, Maxim Sobolev wrote: > /usr/src/lib/libc/rpc/key_call.c:33:10: extra tokens at end of #ident > directive Why don't we use this opportunity to remove the non-standard #ident directive from our source tree? Stefan