[Bug c++/68184] [4.9/5/6 Regression] Exception from a virtual function does not get caught
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 3 10:41:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68184
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Known to work| |4.3.4
Keywords| |wrong-code
Last reconfirmed| |2015-11-03
Ever confirmed|0 |1
Summary|Exception from a virtual |[4.9/5/6 Regression]
|function does not get |Exception from a virtual
|caught |function does not get
| |caught
Target Milestone|--- |4.9.4
Known to fail| |4.8.5, 5.2.0
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. Works with -O0 and fails with -O1+. Works with GCC 4.3.
More information about the Gcc-bugs
mailing list