From: Jason Merrill <jason@redhat.com>
To: Martin Sebor <msebor@gmail.com>
Cc: Volker Reichelt <v.reichelt@netcologne.de>,
gcc-patches List <gcc-patches@gcc.gnu.org>
Subject: Re: {PATCH] New C++ warning -Wcatch-value
Date: Wed, 24 May 2017 20:13:00 -0000 [thread overview]
Message-ID: <CADzB+2kes0HWadrYAzt3T0yTB-a_zi+bnDq0H2HXPNH1-1cMyw@mail.gmail.com> (raw)
In-Reply-To: <a04c422d-4ae4-31e9-105e-872cf79e2fa3@gmail.com>
On Mon, May 15, 2017 at 3:58 PM, Martin Sebor <msebor@gmail.com> wrote:
>> So how about the following then? I stayed with the catch part and added
>> a parameter to the warning to let the user decide on the warnings she/he
>> wants to get: -Wcatch-value=n.
>> -Wcatch-value=1 only warns for polymorphic classes that are caught by
>> value (to avoid slicing), -Wcatch-value=2 warns for all classes that
>> are caught by value (to avoid copies). And finally -Wcatch-value=3
>> warns for everything not caught by reference to find typos (like pointer
>> instead of reference) and bad coding practices.
>
> It seems reasonable to me. I'm not too fond of multi-level
> warnings since few users take advantage of anything but the
> default, but this case is simple and innocuous enough that
> I don't think it can do harm.
>> Bootstrapped and regtested on x86_64-pc-linux-gnu.
>> OK for trunk?
OK.
>> If so, would it make sense to add -Wcatch-value=1 to -Wextra or even -Wall?
>> I would do this in a seperate patch, becuase I haven't checked what that
>> would mean for the testsuite.
>
> I can't think of a use case for polymorphic slicing that's not
> harmful so unless there is a common one that escapes me, I'd say
> -Wall.
Agreed. But then you'll probably want to allow -Wno-catch-value to turn it off.
Jason
next prev parent reply other threads:[~2017-05-24 20:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-01 8:38 Volker Reichelt
2017-05-03 3:34 ` Martin Sebor
2017-05-07 20:28 ` Volker Reichelt
2017-05-08 3:18 ` Martin Sebor
2017-05-08 13:14 ` Jason Merrill via gcc-patches
2017-05-14 15:30 ` Volker Reichelt
2017-05-15 20:03 ` Martin Sebor
2017-05-24 20:13 ` Jason Merrill [this message]
2017-05-30 6:22 ` Volker Reichelt
2017-05-31 20:55 ` Jason Merrill
2017-06-05 10:55 ` Volker Reichelt
2017-06-05 19:08 ` Jason Merrill
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=CADzB+2kes0HWadrYAzt3T0yTB-a_zi+bnDq0H2HXPNH1-1cMyw@mail.gmail.com \
--to=jason@redhat.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=msebor@gmail.com \
--cc=v.reichelt@netcologne.de \
/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).