https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103745
--- Comment #3 from Jonathan Wakely ---
I don't think so. What -Wexceptions warns about is almost always a bug (why
would you write a shadowed catch handler that can never catch anything?).
But the choice of whether to only throw things derived
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103745
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103745
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #1 from Andrew