[LLVMbugs] [Bug 17615] Unknown crash in the frontend

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Nov 7 10:46:18 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=17615

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |FIXED

--- Comment #3 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Fixed in r194213, thanks for the report. (We were not cleaning up temporaries
created in a delegating constructor initializer early enough, and later tried
to clean them up after they'd already been destroyed.)

-- 
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/20131107/5e0ba5aa/attachment.html>


More information about the llvm-bugs mailing list