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

2015-02-06 Thread public at hansmi dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 --- Comment #9 from M. Hanselmann --- A few days ago I submitted a patch for this issue based on Dmitry's patch. It seems as if we can get it in after the 5.0 release. https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00027.html

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

2015-02-06 Thread m.kwiatkowski at avsystem dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 Mateusz Kwiatkowski changed: What|Removed |Added CC||m.kwiatkowski at avsystem dot com

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

2015-02-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2015-01-26 Thread public at hansmi dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 M. Hanselmann changed: What|Removed |Added CC||public at hansmi dot ch --- Comment #7 f

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

2015-01-20 Thread p.bartosiewi at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 Piotr Bartosiewicz changed: What|Removed |Added CC||p.bartosiewi at partner dot samsun

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

2014-10-07 Thread ai.azuma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 --- Comment #5 from Ai Azuma --- *** Bug 61643 has been marked as a duplicate of this bug. ***

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

2014-10-07 Thread ai.azuma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 Ai Azuma changed: What|Removed |Added CC||ai.azuma at gmail dot com --- Comment #4 from

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

2014-08-29 Thread D.Bahadir at GMX dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 Deniz Bahadir changed: What|Removed |Added CC||D.Bahadir at GMX dot de --- Comment #3 f

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

2014-08-25 Thread dprokoptsev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 --- Comment #2 from Dmitry Prokoptsev --- Created attachment 33395 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33395&action=edit Proposed patch I believe the problem is that std::rethrow_exception() does not update `__cxa_eh_globals::un

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

2014-08-25 Thread dprokoptsev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 --- Comment #1 from Dmitry Prokoptsev --- Created attachment 33394 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33394&action=edit A simple test case.