[LLVMbugs] [Bug 13669] std::uncaught_exception should not call abort() if __cxa_uncaught_exception is unavailable
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Aug 10 19:15:11 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=13669
Eric Fiselier <eric at efcs.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |eric at efcs.ca
Resolution|--- |FIXED
--- Comment #3 from Eric Fiselier <eric at efcs.ca> ---
Closing this bug. I'm 99% sure r169036 fixed this since it removes the
definition entirely when using libsupc++.
The only way I can reproduce this is by adding the #if !defined(__GLIBCXX__)
guarding uncaught_exception.
There has been no activity for 2 years and I can't reproduce this against the
trunk I don't think its possible this is still a bug.
(As a plus, the documentation for using libc++abi has greatly improved!)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140811/abf26e51/attachment.html>
More information about the llvm-bugs
mailing list