[llvm-bugs] [Bug 30449] Segfault when move-assigning a std::map with an aligned Key
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 5 03:59:42 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30449
arphaman at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |arphaman at gmail.com
Resolution|--- |FIXED
--- Comment #1 from arphaman at gmail.com ---
After investigating, I found that this issue was caused by the undefined
behaviour in libc++, which was fixed in r276003
(http://llvm.org/viewvc/llvm-project?view=revision&revision=276003). I'm
closing this issue because it no longer reproduces since the aforementioned
commit fixed it.
--
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/20161005/17128e39/attachment.html>
More information about the llvm-bugs
mailing list