public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ian Lance Taylor <iant@google.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH 1/2] [pr53679] libgo: add a --enable-werror configure flag
Date: Sat, 26 Jan 2013 00:14:00 -0000	[thread overview]
Message-ID: <CAKOQZ8xNTxPz-nhM-quLTx5B3SD2KFc57GKPy6_YFXim6SCtGA@mail.gmail.com> (raw)
In-Reply-To: <201301151245.14337.vapier@gentoo.org>

On Tue, Jan 15, 2013 at 9:45 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Tuesday 15 January 2013 09:56:06 Ian Lance Taylor wrote:
>> On Sun, Dec 23, 2012 at 3:30 PM, Mike Frysinger <vapier@gentoo.org> wrote:
>> > diff --git a/libgo/configure.ac b/libgo/configure.ac
>> > index 8cde50b..63d8cbc 100644
>> > --- a/libgo/configure.ac
>> > +++ b/libgo/configure.ac
>> > @@ -50,8 +50,11 @@ AC_PROG_AWK
>> >
>> >  WARN_FLAGS='-Wall -Wextra -Wwrite-strings -Wcast-qual'
>> >  AC_SUBST(WARN_FLAGS)
>> >
>> > -dnl FIXME: This should be controlled by --enable-maintainer-mode.
>> > -WERROR="-Werror"
>> > +AC_ARG_ENABLE(werror, [AS_HELP_STRING([--enable-werror],
>> > +                                      [turns on -Werror
>> > @<:@default=yes@:>@])]) +if test "x$enable_werror" != "xno"; then
>> > +  WERROR="-Werror"
>> > +fi
>> >
>> >  AC_SUBST(WERROR)
>> >
>> >  glibgo_toolexecdir=no
>>
>> Can you say something about when you needed this?  What errors were you
>> seeing?
>
> the referenced PR describes one:
> /build/src/gcc-4.7.1/libgo/runtime/print.c: In function 'gwrite':
> /build/src/gcc-4.7.1/libgo/runtime/print.c:20:3: error: ignoring return value
> of 'write', declared with attribute warn_unused_result [-Werror=unused-result]
> cc1: all warnings being treated as errors
>
> this bites distros that enable security settings by default (such as fortify
> and ssp).  but ignoring even that, i don't believe releases should build all
> the time with -Werror -- i'm fine with defaulting to on as long as there is a
> configure flag to turn it off which is what this does like is already handled in
> much of the sourceware tree.  -Werror is great for development, but sucks when
> deployed on actual systems.  the assumptions made at time of checkin rarely
> stay constant forever (in this case, a changing lib C can easily break it).
> -mike

Thanks for the explanation.

Committed to mainline.

Ian

  reply	other threads:[~2013-01-26  0:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-23 23:30 Mike Frysinger
2012-12-23 23:30 ` [PATCH 2/2] [pr32193] libgomp: " Mike Frysinger
2013-01-15 14:56 ` [PATCH 1/2] [pr53679] libgo: " Ian Lance Taylor
2013-01-15 17:42   ` Mike Frysinger
2013-01-26  0:14     ` Ian Lance Taylor [this message]
2013-01-26  3:21       ` Mike Frysinger
2013-01-27  2:40         ` Ian Lance Taylor
2013-03-05  0:10           ` Mike Frysinger
2013-03-05  5:31             ` Ian Lance Taylor
2013-03-06 15:49               ` Diego Novillo
2013-03-07  6:59                 ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKOQZ8xNTxPz-nhM-quLTx5B3SD2KFc57GKPy6_YFXim6SCtGA@mail.gmail.com \
    --to=iant@google.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=vapier@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).