[GCC-XML] Should I ever get two "ids" that are the same?

Brad King brad.king at kitware.com
Wed Nov 3 06:30:13 EST 2004


John Morrison wrote:
> So, if I see these two lines in my XML file, then I have been bitten?
>   <PointerType id="_661" type="_70" size="32" align="32"/>
>   <CvQualifiedType id="_661" type="_661"/>

Yes.  That looks like a bug.  All CvQualifiedType nodes should have a 
"c", "v", or "cv" after the id (such as "_661c").  If you are able to 
strip your code down to a minimal example that duplicates the problem 
please post it.  Otherwise if you can send me privately the preprocessed 
output of the source that causes the problem then I can look into it.

-Brad



More information about the gccxml mailing list