This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/62258] uncaught_exception() equals to `true' after rethrow_exception()
- From: "p.bartosiewi at partner dot samsung.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Jan 2015 10:12:24 +0000
- Subject: [Bug libstdc++/62258] uncaught_exception() equals to `true' after rethrow_exception()
- Auto-submitted: auto-generated
- References: <bug-62258-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258
Piotr Bartosiewicz <p.bartosiewi at partner dot samsung.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |p.bartosiewi at partner dot samsun
| |g.com
--- Comment #6 from Piotr Bartosiewicz <p.bartosiewi at partner dot samsung.com> ---
I can also confirm this bug (I have a test case with std::async and future, but
it internally uses std::rethrow_exception).
Known to work: gcc 4.6.3, 4.7.2, 4.8.1
Known to fail: gcc 4.8.2, 4.9.2, clang 3.5.0
So this is a regression.