> Formatted read statement cannot parse the minimum integer by a program
> compiled by gfortran-4.6.
I think the line of thought is that the number -2147483648 == -huge(0)-1
is not a valid integer number as it is outside of Fortran's numerical
model, which assumes that the smallest and the largest
Package: gfortran-4.6
Version: 4.6.2-12
Severity: normal
Dear Maintainer,
Formatted read statement cannot parse the minimum integer by a program
compiled by gfortran-4.6.
I compiled the following test program with no options,
program test_int_min
im
2 matches
Mail list logo