This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PCH, rs6000 warning removal
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Geoffrey Keating <gkeating at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 31 Jan 2003 09:35:47 +0000
- Subject: Re: PCH, rs6000 warning removal
- References: <200301310141.h0V1fd82001023@keatge.apple.com>
Geoffrey Keating wrote:-
>
> This patch squishes a bunch of warnings, allowing us to switch on
> -Werror for a few more files.
>
> On rs6000, the only remaining warnings in the toplevel should come
> from gcc.o, which complains a lot about overlong strings.
I don't think we've ever had a complaint about overlong strings failing
to be compiled by joe random compiler, have we? In which case, I
suggest we just kill the code that produces this warning. Our longest
strings are about 1000 bytes, possibly 2000 at most; this doesn't seem
to trip anyone up.
Neil.