[llvm-bugs] [Bug 25997] [WinEH] no-return function in cleanup code not called with -O
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 22 15:22:19 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=25997
David Majnemer <david.majnemer at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|LLVM Codegen |Common Code Generator Code
Resolution|WONTFIX |FIXED
Assignee|unassignedclangbugs at nondot. |david.majnemer at gmail.com
|org |
Product|clang |libraries
--- Comment #5 from David Majnemer <david.majnemer at gmail.com> ---
After quite a bit of thought, I think I figured out a reasonable solution:
inject catch-all handlers after cleanups which are post-dominated by
unreachable.
Fixed in r258580.
--
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/20160122/941b6dc8/attachment.html>
More information about the llvm-bugs
mailing list