[Bug libfortran/50673] very slow I/O with trailing spaces

2011-10-09 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50673 --- Comment #1 from Joost VandeVondele 2011-10-09 12:04:55 UTC --- Actually, since eating the trailing spaces is the issue (seems to be implemented very generally in libfortran), the following is a practical workaround in this case: read(line(1:

[Bug libfortran/50673] very slow I/O with trailing spaces

2012-04-15 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50673 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libfortran/50673] very slow I/O with trailing spaces

2012-04-15 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50673 --- Comment #2 from Thomas Koenig 2012-04-15 11:52:49 UTC --- Author: tkoenig Date: Sun Apr 15 11:52:44 2012 New Revision: 186466 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186466 Log: 2012-04-15 Thomas Koenig PR libfortran/38

[Bug libfortran/50673] very slow I/O with trailing spaces

2012-04-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50673 --- Comment #4 from Tobias Burnus 2012-04-17 19:30:38 UTC --- Author: burnus Date: Tue Apr 17 19:30:29 2012 New Revision: 186548 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186548 Log: 2012-04-17 Tobias Burnus PR libfortran