[GCC-XML] gccxml-bodies: iostream: "sorry, unimplemented"
Brad King
brad.king at kitware.com
Mon Jun 16 15:00:15 EDT 2008
dj at djlauk.de wrote:
> Hey, List.
>
> One of my test cases fails with the following error message:
>
> /usr/include/c++/3.3/iostream:1980: sorry, unimplemented: `method_call_expr'
> not supported by dump_expr
> ...
> /usr/include/c++/3.3/iostream:1980: sorry, unimplemented: `tree_list' not
> supported by dump_expr
> ...
> /usr/include/c++/3.3/iostream:1980: sorry, unimplemented: `array_ref' not
> supported by dump_expr
>
> This is (part of) the error message. The return code is non-zero. The
> XML that gets dumped looks just fine, though.
>
> Does anybody have an idea? Any suggestion?
>
> Note, that my code (see http://gccxml-bodies.sourceforge.net) is based
> on GCCXML-0.6.
>
> Maybe an update to the latest GCC-3.x based version of GCCXML would help.
> Does anybody know the CVS command line to do that? My CVS skills are
> practically non-existent...
You can try updating to the branch point when the port to GCC 4.2's
parsre was started. The tag is "gccxml-gcc42-bp":
cvs -z3 -q update -dAP -r gccxml-gcc42-bp
-Brad
More information about the gccxml
mailing list