This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/23363] gfortran 30 x slower that g77 on random I/O


------- Additional Comments From kargl at gcc dot gnu dot org  2005-08-15 17:03 -------
I think this many be a duplicate of PR 21820.  Also, there
has been some discussion in the fortran@ list about gfortran's
(homebrewed) internal buffering.  FWIW, if you have pre-existing
files that you want to overwrite, then use status='replace' in
your open statement or delete the file before you run your
program.  If you're performing random access in a file you 
want to keep, then I think we're basically screwed until we
overhaul the IO subsystem.

Bugmeister, can we create a meta-bug linking 21820 and this
bug report.  21820 has an attempted analysis of the problem;
while Dale has provided a few useful programs.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23363


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]