[Bug fortran/24923] iostat on read

2005-11-18 Thread ray at ultramarine dot com
--- Comment #3 from ray at ultramarine dot com 2005-11-18 19:30 --- (In reply to comment #2) Actually this has already been fixed for 4.0.3 at least: open ios0 read ios3 buf 1 2 -77 -77 Due to other bugs, I took your advice and

[Bug fortran/24923] iostat on read

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-18 20:03 --- (In reply to comment #3) a.out: relocation error: a.out: undefined symbol: _gfortran_transfer_array That means your LD_LIBRARY_PATH is finding an old version of libgfortran. --

[Bug fortran/24923] iostat on read

2005-11-18 Thread ray at ultramarine dot com
--- Comment #5 from ray at ultramarine dot com 2005-11-18 20:51 --- Subject: Re: iostat on read On Fri, 18 Nov 2005, pinskia at gcc dot gnu dot org wrote: --- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-18 20:03 --- (In reply to comment #3) a.out:

[Bug fortran/24923] iostat on read

2005-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-17 20:06 --- *** Bug 24921 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24923

[Bug fortran/24923] iostat on read

2005-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-17 20:10 --- Actually this has already been fixed for 4.0.3 at least: open ios0 read ios3 buf 1 2 -77 -77 -- pinskia at gcc dot gnu dot org changed: What