[llvm-bugs] [Bug 26069] [WinEH] inlining functions can cause assertions when writing obj or asm
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 8 00:04:17 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26069
David Majnemer <david.majnemer at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Assignee|unassignedbugs at nondot.org |david.majnemer at gmail.com
--- Comment #3 from David Majnemer <david.majnemer at gmail.com> ---
I understand what's going on, it's quite interesting. LLVM figured out that
the lifetime of a catch-object is disjoint from another local variable and
merged the two together, something which we didn't expect.
Fixed in r257158.
--
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/20160108/898f26e5/attachment-0001.html>
More information about the llvm-bugs
mailing list