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

            Bug ID: 17643
           Summary: assert "
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

template<int A, int B> struct S;
template<int A> struct S<A, 0>;   
template<int B> struct S<0, B> {
  S<1, 0> f() { return S<1,0>(); }
};

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