Internal compiler error with template instantiation
Alexandre Oliva
oliva@dcc.unicamp.br
Thu Dec 3 14:57:00 GMT 1998
On Oct 16, 1998, Lavoie Philippe <lavoie@zeus.genie.uottawa.ca> wrote:
> template <class T> struct A{ fcn(T) ; };
> template <class T> struct B{ };
> template <class T> struct A: public A< B<T> > { fcn(B<T>) ; };
> template <class T> A<B<T> >::fcn(B<T> a){ ; }
Thanks for your bug report. This problem is fixed in egcs 1.1
--
Alexandre Oliva http://www.dcc.unicamp.br/~oliva aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil
More information about the Gcc-bugs
mailing list