This is the mail archive of the gcc@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: bug report...


Artur Jorge Azevedo Carvalho <ajc@inescn.pt> writes:

> generates the following egcs-1.0.2 error:
> In function `void sort(T *, int)':
> In file included from teste.cc:1:
> Internal compiler error.

This is fixed in the latest development snapshot of egcs, but not in
egcs 1.0.3a

> the error seems to be in having a struct defined inside a function
> template

Yup, AFAI recall, the problem has to do with generating templates of
local classes in function templates.  Bear in mind, however, that
using local classes as template arguments is *not* ANSI/ISO C++
([temp.arg.type]/2 explicitly forbits this), it is an extension
provided by gcc and 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]