From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zack Weinberg To: John David Anglin 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 18:31:00 -0000 Message-id: <20000525183119.T3314@wolery.cumb.org> References: <20000524113723.Q3314@wolery.cumb.org> <200005242008.QAA10913@hiauly1.hia.nrc.ca> X-SW-Source: 2000-05/msg01432.html On Wed, May 24, 2000 at 04:08:47PM -0400, John David Anglin wrote: > > You might want to turn off -pedantic if -Wno-long-long is not > > available, since you will get floods of warnings about long long > > otherwise. > > You get ~61 warnings. I also get a whole bunch of `$' in identifier > messages which are also annoying. I don't think -pedantic provides > a whole lot of useful information. 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. zw