[GCC-XML]Wrong output in version 0.4.1?
Brad King
brad.king at kitware.com
Wed Mar 5 23:06:10 EST 2003
> Any updates about this bug? I tested version 0.4.2 and it seems the
> problem still exists.
It is not fixed in 0.4.2. It seems to be some kind of problem with GCC's
parser. Building the gccxml_cc1plus executable as a patch for gcc 3.2
might help, but I haven't tried it.
I'm pretty sure you can just ignore nodes with context="_0". The nodes
I've seen that have this problem are members of uninstantiated class
templates. When the class is instantiated, the members are correctly
generated for each instantiation.
-Brad
More information about the gccxml
mailing list