https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82081
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |INVALID --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Actually I was wrong. What changes in c++17 is throw () becomes the same as noexcept and no longer has the runtime catch. So is invalid and undefined at runtime.