Hi all,<br><br>As part of my research, I have been adding function bodies to gcc-xml.&nbsp; I have been completing the work done by Daniel Lauk which was posted previously.&nbsp; I have added all the looping, gotos, labels, strings, and switch statements which were missing in the previous patches.&nbsp; I haven&#39;t tested them much, but I&#39;ll post what I have in a few days if anyone asks for it.&nbsp; I am actually trying to parse C code, and the caveats are starting to get frustrating.&nbsp; So I will probably begin working on adding pure C support (if I need to) in the next week or so.&nbsp; 
<br><br>If there is anyone else working on either of these portions I was hoping to collaborate.&nbsp; If anyone wants to play with (better) function bodies please let me know.<br><br>One thing I have been trying to figure out... is there anyway to figure out where a certain header file was actually included, or is all the information lost to the preprocessor?
<br><br>&nbsp;- Bill McCartney<br>