[GCC-XML]Variablenames not included in the .xml file

Brad King brad.king at kitware.com
Sun Mar 3 19:48:24 EST 2002


> 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




More information about the gccxml mailing list