[Bug c++/96119] GCC accepts invalid qualifier in a try-catch block
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 8 15:41:11 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96119
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2020-07-08
Status|UNCONFIRMED |NEW
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
GCC seems to treat that as int(), which decays to int(*)().
More information about the Gcc-bugs
mailing list