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


Gary Holt <holt@lnc.usc.edu> writes:

> template <typename Output_t, typename Input_t = float, int min_val =
> -120, int max_val = 50, int step = 2> class TableInterp { };

> template <class T> class Xyz { public: TableInterp<float> junk; };

The latest snapshot of egcs compiles this problem successfully.

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