[LLVMbugs] [Bug 7464] clang c++ crash with extraneous "template<>"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 13 10:32:26 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=7464
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Douglas Gregor <dgregor at apple.com> 2011-01-13 12:32:26 CST ---
This no longer crashes:
t2.cpp:2:1: warning: extraneous template parameter list in template
specialization
template<> template<typename T> struct A<T*> {};
^~~~~~~~~~
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list