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]

Re: Internal Compiler Error egcs-1.0.1


Gregory Bond <gnb@itga.com.au> writes:

> 	class foo {
> 	  template <typename T> class member_template;
> 	};
> 	template <typename T> class A::member_template {};

The latest development snapshot (not egcs 1.0.3a) will compile this
code if you replace `A' with `foo'.  The other problem you reported
has yet to be fixed.

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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