[LLVMbugs] [Bug 16852] New: Crash with decltype of pseudo-destructor
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Aug 9 15:19:59 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16852
Bug ID: 16852
Summary: Crash with decltype of pseudo-destructor
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: sharparrow1 at yahoo.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Testcase:
template<typename T> struct S { int a; T x; };
template<typename T> decltype(S<T>().~S()) f();
void g() { f(); }
--
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/20130809/aeda20e4/attachment.html>
More information about the llvm-bugs
mailing list