This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PR other/7263
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Andrew Pollard <andrewp at andypo dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 14 Sep 2002 21:22:28 +0100
- Subject: Re: PR other/7263
- References: <200209141455.g8EEtlT18178@garfield.andypo.net>
Andrew Pollard wrote:-
> PS. I've had a quick look at it, and I think it occurs because the
> preprocessor is warning about it (in cpp_classify_number) and not the
> compiler 'proper', so at this point the __extension__ isn't recognised.
> It is not a great problem, since -Wno-long-long supresses it....
Precisely. There's been no real decision on what to do about this,
if anything.
Neil.