Re: [GCC-XML] Have GCCXML judge pointers to be 64-bit

2010-04-08 Thread Tony
Ok, I'll take a look at the parser code and if that's too hairly I'll put in a conversion pass in my interpreter. Thanks for the quick response! // tony On Thu, Apr 8, 2010 at 2:11 PM, Brad King wrote: > Tony wrote: >> So I'm finally migrating some of my work to 64-bit, and I found that >> al

Re: [GCC-XML] Have GCCXML judge pointers to be 64-bit

2010-04-08 Thread Brad King
Tony wrote: > So I'm finally migrating some of my work to 64-bit, and I found that > all PointerType's in GCCXML are 32-bit with my naiive settings. > > How can I get them to be size="64"? and of course respect the other > usual suspects such as size_t? Note that gccxml is meant to document the A

[GCC-XML] Have GCCXML judge pointers to be 64-bit

2010-04-08 Thread Tony
Hi, First off, thanks for GCCXML - it is an excellent tool and I am quite happy with it. Second, I'm a bit gcc-ignorant, so this may more be a gcc question than a gccxml question. So I'm finally migrating some of my work to 64-bit, and I found that all PointerType's in GCCXML are 32-bit with my n