[Bug fortran/60956] error reading (and writing) large text files in gfortran

2015-02-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60956 --- Comment #3 from Jerry DeLisle --- I took a closer look at this one. The error I am getting is running out of allocatable space in realloc used in fbuf.c (fbuf_alloc). We are allocating one byte at a time, and just keep trying to douple the b

[Bug fortran/60956] error reading (and writing) large text files in gfortran

2014-05-01 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60956 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/60956] error reading (and writing) large text files in gfortran

2014-05-01 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60956 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|