http://llvm.org/bugs/show_bug.cgi?id=6657

           Summary: SemaTemplateInstantiateDecl.cpp:393:
                    clang::Decl*<unnamed>::TemplateDeclInstantiator::Visit
                    VarDecl(clang::VarDecl*): Assertion `InitArgs.size()
                    == 0' failed.
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


clang @r98982.  Hit this when (attempting) to compile some v8 template soup.

InitArgs.size() == 2 when this assertion is being hit.  The code in
SemaTemplateInstantiateDecl.cpp only handles sizes of 1 or 0.

I will attempt to reduce this test case.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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