There is a compile error under Visual Studio .NET 2003:
gccxml-bodies\gccxml\GCC\gcc\cp\xml.c(3805) : error C2371: 'do_xml_dump_body' : redefinition; different basic types
The error is due to the function do_xml_dump_body being used before its prototype is defined. The function is used on line 1972 but the prototype is not defined until line 3805. This is with freshly pulled source on...
2008-09-01 22:09:34 UTC in GCCXML function bodies