Bug#658251: gfortran-4.6: Minimum integer cannot be parsed by read statement

2012-02-29 Thread Tobias Burnus
> 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

Bug#658251: gfortran-4.6: Minimum integer cannot be parsed by read statement

2012-02-01 Thread SAITO Fuyuki
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