--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-11-23 17:14
---
I decided to close this because of FX comment as well as I think it is not
valid to backspace on a non-seekable stream
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-11-08 23:51
---
(In reply to comment #7)
> However, most run time
> libraries do the simple thing when they see io-redirection - they close the
> stream file and re-open it as a ordinary file. Is there any reason GFORTRAN
> could
--- Comment #7 from dir at lanl dot gov 2007-11-08 19:56 ---
When I changed it to directly open the file, it was happy. You are right, of
course, backspacing a stream file is not permitted. However, most run time
libraries do the simple thing when they see io-redirection - they close the
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-11-04 21:25
---
OK, I have taken some time to investigate this. The problem is not MSYS
specific and also occurs with Cygwin.
I do not think we can fix this. Its not a gfortran bug.
The code is attempting to backspace a standa
--- Comment #5 from dir at lanl dot gov 2007-10-30 12:58 ---
Hi Jerry,
Thanks for looking at the problem. I am actually having several failures
with GFORTRAN on CYGWIN and MSYS (All, I/O problems perhaps). This was the
first that I was able to isolate. I am hoping that the o
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-10-30 04:19
---
I can reproduce this. Don't see the problem yet. :)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33863
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-10-22 23:10
---
I will work this, maybe a cr-lf issue.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #2 from dir at lanl dot gov 2007-10-22 19:00 ---
Created an attachment (id=14390)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14390&action=view)
The input file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33863
--- Comment #1 from dir at lanl dot gov 2007-10-22 18:59 ---
Created an attachment (id=14389)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14389&action=view)
The fortran source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33863