From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John David Anglin" To: zack@wolery.cumb.org (Zack Weinberg) Cc: gcc-patches@gcc.gnu.org, egcs-bugs@sourceware.cygnus.com Subject: Re: VAX Ultrix bootstrap failure with gcc-2.96 Date: Thu, 25 May 2000 19:21:00 -0000 Message-id: <200005260220.WAA11033@hiauly1.hia.nrc.ca> References: <20000525183119.T3314@wolery.cumb.org> X-SW-Source: 2000-05/msg01434.html > It did catch some real bugs, so I'm not complaining. What are the > $ in identifier messages complaining about? It's probably another > warning that should be turned off in system headers, or something like > that. The $ in identifier messages are complaining about lines like #if defined(__GFLOAT) || CC$gfloat which occur in limits.h (syslimits.h) and math.h in the gcc include directory. The identifier CC$gfloat is something the VAX ANSI C compiler defines. Probably, this should be nuked when the includes are fixed. It obviously isn't needed in the gcc include directory. Another small related issue is that gcc should define __GFLOAT in addition to GFLOAT when the -mg option is used. I have edited my specs file to do this. Dave -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605)