This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]