> I've the version from the CVS. When i use gccxml on a file like: > > int main() > { > int i,j > i=4; > j=3; > return i+j; > } > > i and j are not mentioned in all in the .xml file. How can that be? Function bodies are not supported by GCC-XML. Only the declaration of main should be dumped. -Brad