This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13520] gcc crashes with inheritance + default template parameter of nested template type


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]