[LLVMbugs] [Bug 15425] New: clang crashes with partial specialization and defaulted template parameter
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Mar 2 21:22:59 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15425
Bug ID: 15425
Summary: clang crashes with partial specialization and
defaulted template parameter
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: flast at flast.jp
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10130
--> http://llvm.org/bugs/attachment.cgi?id=10130&action=edit
console output
Clang crashes with 2 (or more) candidates of partial specialization and default
template parameter.
Removing default template parameter or any one partiali specialization doesn't
crash and show instantiation error.
I tried with clang 3.3 (rev 176404).
--
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/20130303/64e9d2f2/attachment.html>
More information about the llvm-bugs
mailing list