[LLVMbugs] [Bug 21909] New: Assertion: `!Res.isForwardDecl()' failed, in CGDebugInfo::completeClassData
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Dec 13 10:37:37 PST 2014
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: unassignedclangbugs at nondot.org
Reporter: paul_robinson at playstation.sony.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141213/ebca6596/attachment.html>
More information about the llvm-bugs
mailing list