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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs