This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Enable by default -Werror just for bootstrap-debug.mk.
On Fri, May 19, 2017 at 2:56 PM, Martin Liška <mliska@suse.cz> wrote:
> On 05/19/2017 01:24 PM, Richard Biener wrote:
>> On Wed, May 17, 2017 at 10:45 AM, Martin Liška <mliska@suse.cz> wrote:
>>> Hi.
>>>
>>> As discussed on IRC some time ago, there are configurations that produce -Werror=maybe-uninitialized
>>> and other warnings that break bootstrap. So that, the patch makes -Werror just for default (boostrap-debug)
>>> configuration.
>>>
>>> Ready for trunk?
>>
>> Hmm, this enables werror on release branches. I think we also want to
>> enable Werror for
>> --without-build-config (or =yes and =no), thus regular bootstrap
>> without bootstrap-debug.
>
> Ok, fixed in attached patch v2.
Looks good to me.
Thanks,
Richard.
> Martin
>
>>
>> Richard.
>>
>>> Martin
>