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

            Bug ID: 21909
           Summary: Assertion: `!Res.isForwardDecl()' failed, in
                    CGDebugInfo::completeClassData
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The following source asserts with -g:

template <class T> struct S {};
template<> struct S<int>;
template struct S<int>;

Bisected to Clang r202769.

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