This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13520] gcc crashes with inheritance + default template parameter of nested template type
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Dec 2003 13:07:05 -0000
- Subject: [Bug c++/13520] gcc crashes with inheritance + default template parameter of nested template type
- References: <20031230125812.13520.hetadres@email.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From paolo at gcc dot gnu dot org 2003-12-30 13:07 -------
This is an ICE on illegal, already fixed for 3.4.
A 'template' keyword is missing:
template<typename> class Policy2 = ChangedPolicy<Policy1>::template Type
^^^^^^^^
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13520