https://llvm.org/bugs/show_bug.cgi?id=26069
David Majnemer <david.majne...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|unassignedb...@nondot.org |david.majne...@gmail.com --- Comment #3 from David Majnemer <david.majne...@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs