[LLVMbugs] [Bug 16997] New: clang crashes whilst building call to variadicly-type function in Sema::BuildOverloadedCallExpr
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Aug 25 14:31:53 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16997
Bug ID: 16997
Summary: clang crashes whilst building call to variadicly-type
function in Sema::BuildOverloadedCallExpr
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: david.majnemer at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
template <template <typename> class... Templates>
struct template_tuple {};
template <typename T>
struct identity {};
template <template <typename> class... Templates>
template_tuple<Templates...> f7() {}
void foo() {
f7<identity>();
}
--
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/20130825/72856c40/attachment.html>
More information about the llvm-bugs
mailing list