This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/47694] [4.3/4.4/4.5/4.6 Regression] Fortran read from named pipe fails to read all available data
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 5 Mar 2011 09:54:03 +0000
- Subject: [Bug fortran/47694] [4.3/4.4/4.5/4.6 Regression] Fortran read from named pipe fails to read all available data
- Auto-submitted: auto-generated
- References: <bug-47694-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694
--- Comment #26 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-03-05 09:53:54 UTC ---
What's about the following? I assume that's a 4.7 item?
(In reply to comment #18)
> 2) Fix io/read.c(read_x) in the same way to use fbuf_getc instead of fbuf_read.