This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: sorry, not implemented: `overload' not supported by dump_expr
>>>>> "Martin" == Martin v Loewis <martin@loewis.home.cs.tu-berlin.de> writes:
>> bug.cc:14: sorry, not implemented: `overload' not supported by dump_expr
Martin> Thanks for your bug report. The mainline compiler (2.96 20000108
Martin> (experimental)) says
Martin> bug.cc: In function `void f ()':
Martin> bug.cc:14: request for member `begin' in `IrcvFP.FIRbase<CoefType>::Coef', which is of non-aggregate type `{unknown type}'
Martin> bug.cc:14: request for member `end' in `IrcvFP.FIRbase<CoefType>::Coef', which is of non-aggregate type `{unknown type}'
Martin> I can't find a member "Coef" in your code, so I suppose that should
Martin> have been "coef". The compiler compiles it fine with that change, so i
Martin> suppose the bug is fixed.
Actually, my mistake was that it should have been
IrcvFP.Coef().begin() (Coef is a function call). I'd say the error
message is not very informative.