This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PCH, rs6000 warning removal


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]