[llvm-bugs] [Bug 16220] "PLEASE submit a bug report to ..."
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 15 23:09:19 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=16220
Eric Christopher <echristo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #8 from Eric Christopher <echristo at gmail.com> ---
Seems fixed:
echristo-macbookpro2:~/tmp> clang -std=c++11 foo.cpp -c
echristo-macbookpro2:~/tmp> cat foo.cpp
struct ThreadWrapper {
virtual ~ThreadWrapper() = 0;
};
void foo() {
ThreadWrapper *y;
y->~ThreadWrapper();
}
--
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/20151016/8190dbdb/attachment-0001.html>
More information about the llvm-bugs
mailing list