------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-04 14:51 ------- The only poor diagnostic is that in the following code: template<int> struct s; template<int i> s<i>::s(int j) {}
We don't print out s<i> but print out s<<anonymous> > which really is the same problem as the following too: template<int j> struct s; template<int i> s<i>::s(int j) {} So this is a dup of bug 99. *** This bug has been marked as a duplicate of 99 *** -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20313