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

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from Richard Smith <[email protected]> ---
(In reply to comment #2)
> Thanks for the quick fix!
> 
> unfortunately with this version I hit an assert:
> clang-3.4: /home/mitch/src/llvm/tools/clang/lib/Sema/SemaTemplate.cpp:260:
> void clang::Sema::LookupTemplateName(clang::LookupResult&, clang::Scope*,
> clang::CXXScopeSpec&, clang::QualType, bool, bool&): Assertion `(isDependent
> || !ObjectType->isIncompleteType()) && "Caller should have completed object
> type"' failed.                                      
> 
> [I'll attach the full trace in a moment]
> 
> I'll try to create a small test program that triggers this assert and attach
> it to this ticket later (today or tomorrow)

I've reduced your testcase and filed bug 16272 for this.

-- 
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