Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
type-mismatch.patch | Use correct integer type for Fortran prototypes and variables GNU Fortran's default integer width is 32-bit, the same as GCC, therefore use int rather than long int when interfacing with Fortran. This was an issue on 64-bit big-endian systems, since the upper 32 bits of the long would be set, which would also be lost when truncating to a 32-bit integer. |
James Clarke <jrtc27@debian.org> | no | debian | 2017-03-28 |