This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: "Internal compiler error 243"
- To: holt at lnc dot usc dot edu
- Subject: Re: "Internal compiler error 243"
- From: Alexandre Oliva <oliva at dcc dot unicamp dot br>
- Date: 08 Jun 1998 15:25:10 -0300
- Cc: egcs-bugs at cygnus dot com
- References: <199806081525.IAA05751@kelp.usc.edu>
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