On 08/03/2012 03:45 PM, Joel Brobecker wrote: > Hello, > > It looks like we no longer have any blocking issue with the 7.5 branch, > so perhaps we are ready to create the first release off that branch? > > Please let me know if I should wait. Otherwise, I will try to create > the release early next week. > I am facing various (IMO pretty serious) "cast from pointer to integer of different size" warnings when building gdb-7.4.91 Canadian cross for several targets (w/ simulators enabled) for mingw32-w64 hosts on Linux build-hosts. My personal attempt to work around these issues (so far) is the patch below, which involves using inttypes.h and stdint.h (This is not meant to be a proper patch submission - This is WIP). Would such a patch be acceptable or is using inttypes.h/stdint.h being considered a "no-go"? Ralf