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]

[PATCH][TUPLES] Suppress warnings for bootstrapping


Hi Diego,

   Don't know if this is obvious enough so I still send this to you
for review.  When this is checked in, the tuples branch can bootstrap
without any modifications.

-Doug

2008-04-16  Doug Kwan  <dougkwan@google.com>

        * Makefile.in (STRICT_WARN): Disable -Wmissing-format-attribute
        and -Wformat temporarily for bootstrapping.
        * lambda-code.c (invariant_in_loop_and_outer_loops): Comment out
        to avoid defined-and-not-used warning.
        * tree-cfg.c (gather_blocks_in_sese_region): Comment out to avoid
        defined-and-not-used warning.

Attachment: patch.txt
Description: Text document


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