This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin/stdout/stderr
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 May 2005 07:52:46 -0000
- Subject: [Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin/stdout/stderr
- References: <20050406122445.20788.ripley@stats.ox.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-05-02 07:52 -------
The problem is that we're using mmap on the preconnected units, which confuses
subsequent C I/O on the file.
Patch here: http://gcc.gnu.org/ml/fortran/2005-05/msg00008.html
Will be committed in source tree as soon as it's reviewed.
--
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://gcc.gnu.org/ml/fortra
| |n/2005-05/msg00008.html
GCC build triplet|i686-pc-linux-gnu |
GCC host triplet|i686-pc-linux-gnu |
GCC target triplet|i686-pc-linux-gnu |
Keywords| |patch
Last reconfirmed|2005-04-15 13:48:43 |2005-05-02 07:52:44
date| |
Summary|Loading libgfortran.so |Loading libgfortran.so
|clobbers C redirection of |clobbers C redirection of
|stdin |stdin/stdout/stderr
Target Milestone|--- |4.0.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20788