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

Reply via email to