This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sorry, not implemented: `method_call_expr' not supported by dump_expr
- To: <nbecker at fred dot net>
- Subject: Re: sorry, not implemented: `method_call_expr' not supported by dump_expr
- From: Alexandre Oliva <oliva at dcc dot unicamp dot br>
- Date: 17 Jan 1999 06:11:26 -0200
- Cc: egcs at cygnus dot com
- References: <E1006AV-0003nP-00@hns.com>
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