From owner-cvs-all Thu May 30 7: 6: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 87AA537B401; Thu, 30 May 2002 07:05:45 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id AAA22097; Fri, 31 May 2002 00:05:43 +1000 Date: Fri, 31 May 2002 00:09:09 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/contrib/gcc/config/i386 i386.h In-Reply-To: <200205300604.g4U64EL88242@freefall.freebsd.org> Message-ID: <20020531000212.X29067-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 29 May 2002, David E. O'Brien wrote: > obrien 2002/05/29 23:04:14 PDT > > Modified files: > contrib/gcc/config/i386 i386.h > Log: > Seems we are not ready for revision 1.8. > > Revision Changes Path > 1.9 +2 -1 src/contrib/gcc/config/i386/i386.h I think 1.8 is just wrong. -Di386 is standard pollution on i386's if the user requests a non-C compiler by not using -ansi or -std=c89 or whatever. gcc does some cleaning of its own pre-defines in some cases (if it does cleaning, then it always creates aliases with underscores, then it omits the originals when a standard is specified). I guess this doesn't apply here, since it should be possible for bad implementations to put all the pollution that they want in the cpp spec. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message