[PATCH Fortran] bootstrap failure by wrong sizetype
François-Xavier Coudert
fxcoudert@gmail.com
Wed Aug 22 12:16:00 GMT 2007
> May somebody else could take a look on this quite small patch. The fortran compiler
> assumes, that sizetype has a type of a 'unsigned long'. This isn't true
> for the x86_64-pc-mingw32 target. For this target the sizetype needs to be
> a 'unsigned long long', because the 'long' type remains 32-bit width.
> This patch uses the Pmode definition to choose the proper type size.
I had two questions to your original posting, which were not answered:
http://gcc.gnu.org/ml/gcc-patches/2007-08/msg00198.html
Provided that these two questions are answered, the patch is OK.
FX
More information about the Fortran
mailing list