[Bug libstdc++/62258] [4.9/5 Regression] uncaught_exception() equals to `true' after rethrow_exception()

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 30 10:16:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu.org
      Known to work|4.8.1                       |4.8.0, 4.8.2, 6.0
            Summary|[4.9/5/6 Regression]        |[4.9/5 Regression]
                   |uncaught_exception() equals |uncaught_exception() equals
                   |to `true' after             |to `true' after
                   |rethrow_exception()         |rethrow_exception()
      Known to fail|4.8.2, 5.0                  |4.8.3, 4.8.5, 5.1.0

--- Comment #16 from Richard Biener <rguenth at gcc dot gnu.org> ---
I can confirm it works with 4.8.0 to 4.8.2 but fails since 4.8.3 (just verified
using -static-libstdc++ to not fool myself with the installed runtime).



More information about the Gcc-bugs mailing list