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: sorry, not implemented: `method_call_expr' not supported by dump_expr


On Jan 12, 1999, <nbecker@fred.net> wrote:

> I got the subject message when trying to compile this:
>   FIR2base (const vector<CoefType>& _coef, int BufSize = _coef.size()) : 
>     FIRbase<InputType, OutputType, CoefType> (_coef), 
>     input (_coef.size())
>   {}

> Is this fixed in a recent snapshot?

I can't check with a complete code snippet.

> Is it *supposed* to be legal code?

Nope, you can't refer to one argument in other's defaults.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
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]