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

2006-04-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2006-04-29 04:27 --- Subject: Bug 20257 Author: jvdelisle Date: Sat Apr 29 04:27:09 2006 New Revision: 113373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113373 Log: 2006-04-28 Jerry DeLisle [EMAIL PROTECTED] PR

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

2006-04-28 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2006-04-29 05:47 --- Fixed on Trunk and now 4.1 branch -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

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

2006-04-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2006-04-23 02:05 --- Subject: Bug 20257 Author: jvdelisle Date: Sun Apr 23 02:04:58 2006 New Revision: 113190 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113190 Log: 2006-04-22 Jerry DeLisle [EMAIL PROTECTED] PR

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

2006-04-20 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2006-04-20 23:20 --- Subject: Bug number PR20257 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00785.html --

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

2006-04-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-04-15 07:15 --- I have the beginnings of a patch going. It covers formatted write to stdout. Seems to work OK. I just need to extend the concept to the other cases. -- jvdelisle at gcc dot gnu dot org changed:

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

2006-01-25 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2006-01-25 09:32 --- (In reply to comment #6) I don't see this problem any more. Was this fixed? Is the default record length an issue any more? Can we close this PR? I wonder if the fix to P25835 fixed this? If so I

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

2006-01-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-01-25 07:30 --- I don't see this problem any more. Was this fixed? Is the default record length an issue any more? Can we close this PR? I wonder if the fix to P25835 fixed this? If so I propose we close this unless it is

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

2005-09-25 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |minor Last reconfirmed|2005-06-17 15:14:59 |2005-09-25 20:28:59 date|

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

2005-03-17 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added CC|coudert at clipper dot ens |fxcoudert at gcc dot gnu dot |dot fr |org Last

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

2005-03-03 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-03-03 10:34 --- Partial fix proposed here: http://gcc.gnu.org/ml/fortran/2005-03/msg00023.html This fixes the bug when writing to files, but there still is the case of preconnected units (stdout, stderr). This will

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

2005-03-03 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-03-03 13:08 --- Complete patch is here: http://gcc.gnu.org/ml/fortran/2005-03/msg00024.html Note: this just makes the limit higher (1 Gb), but there still is a limit on the size of things you can write to preconnected

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

2005-03-02 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-03-02 09:34 --- It happens for all kind of output (formatted (direct or sequential) or unformatted), and is due to gfortran setting an arbitrary maximal length of 1 chars (this is in current_unit-recl). Since this

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

2005-03-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal Status|UNCONFIRMED |NEW Component|fortran