[Bug c++/94112] Please add a warning for potentially throwing code in noexcept function

2021-10-26 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94112 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/94112] Please add a warning for potentially throwing code in noexcept function

2020-03-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94112 --- Comment #3 from Jonathan Wakely --- That would likely be far too noisy for use 99% of the time.

[Bug c++/94112] Please add a warning for potentially throwing code in noexcept function

2020-03-10 Thread rafael at espindo dot la
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94112 --- Comment #2 from Rafael Avila de Espindola --- (In reply to Martin Sebor from comment #1) > Confirmed with the output below. -Wterminate is fully implemented in the > C++ front-end so it doesn't know about what might happen in called >

[Bug c++/94112] Please add a warning for potentially throwing code in noexcept function

2020-03-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94112 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0