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] Enable by default -Werror just for bootstrap-debug.mk.


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.

Richard.

> Martin


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