[Bug fortran/20257] Fortran runtime error: End of record occurs when writing large arrays

2005-03-01 Thread coudert at clipper dot ens dot fr
-- What|Removed |Added CC||coudert at clipper dot ens ||dot fr http://gcc.gnu.org/bugzilla

[Bug fortran/20257] Fortran runtime error: End of record occurs when writing large arrays

2005-03-01 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-03-01 13:10 --- This has indeed nothing to do with the output being redirected to a file, or stdout, or even being connected (in Fortran way) to a file: $ cat pr20257.f90 integer, parameter :: NX = 32, NR = 16, NPHI=2

[Bug fortran/20257] Fortran runtime error: End of record occurs when writing large arrays

2005-02-28 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-03-01 03:14 --- I noticed on a the list mention that the error occurs only when the output is redirected. When I run ./a.out the error message is embedded in the middle of the output before the last numbers are printed. The