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] |
Ian Lance Taylor <ian@airs.com> writes: > # These files need -Wno-error because the gimplifier triggers hard to fix > # warnings when converting to GIMPLE form. The warnings are triggered because > # moving the condition into the loop prevents the loop optimizer from > # recognizing that the loop will always be executed at least once. We need > # a new loop optimizer. > reload1.o-warn = -Wno-error > > This has been there since May 2004. I haven't seen those warnings > myself. Do we still need it? I haven't seen it either - we might want to remove it, Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |