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


Martin Schweiger <martins@medphys.ucl.ac.uk> writes:

> I post this report to you as well in the hope you will prove more
> responsive ...

> template<class T> class A { public: A(){} void mthd(); };
> template<class T> void A<T>::mthd() { struct { double d; } t; }
> void main() { A<double> a; }

> gbug.cc:10: Internal compiler error.

This is fixed in the latest development snapshot of egcs.

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