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: PATCH to use -Wno-format during stage1


On Wed, Oct 30, 2013 at 8:55 PM, Ian Lance Taylor <iant@google.com> wrote:
> On Wed, Oct 30, 2013 at 8:47 AM, Jason Merrill <jason@redhat.com> wrote:
>> I find -Wformat warnings about unknown % codes when building with an older
>> GCC to be mildly annoying noise; this patch avoids them by passing
>> -Wno-format during stage 1.
>>
>> Tested x86_64-pc-linux-gnu.  Is this OK for trunk?  Do you have another
>> theory of how this should work?
>
> Thank you!

Please make sure the warning is preserved when not bootstrapping,
it's useful to have them in your dev-tree and not notice errors only
during -Werror bootstrap ...

Richard.

> Ian


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