[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin/stdout/stderr

2005-05-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-10 08:32 --- Subject: Bug 20788 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-10 08:31:50 Modified files: libgfortran:

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin/stdout/stderr

2005-05-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-10 08:35 --- Subject: Bug 20788 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-10 08:34:58 Modified files: libgfortran: ChangeLog libgfortran/io :

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin/stdout/stderr

2005-05-10 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-05-10 08:36 --- This one is fixed. Thanks for the bug report! -- What|Removed |Added

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin/stdout/stderr

2005-05-02 Thread fxcoudert 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/msg8.html Will be committed in source

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin

2005-04-15 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-04-15 13:48 --- First: using stdio in a mixed Fortran/C is a small nightmare. For short term purposes, I strongly suggest you use the GFORTRAN_STDIN_UNIT=-1 trick. That does exactly what you want (that is, suggest that

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin

2005-04-10 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-04-10 10:20 --- Patch here: http://gcc.gnu.org/ml/fortran/2005-04/msg00278.html -- What|Removed |Added

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin

2005-04-10 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-10 10:38 --- Subject: Bug 20788 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-10 10:38:00 Modified files: libgfortran: ChangeLog

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin

2005-04-10 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-04-10 10:38 --- For your problem, an easy solution is to use static linking, which seems to avoid that issue (that is, you program works as expected without having to set GFORTRAN_STDIN_UNIT). Otherwise, I commited a

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin

2005-04-10 Thread ripley at stats dot ox dot ac dot uk
--- Additional Comments From ripley at stats dot ox dot ac dot uk 2005-04-10 18:33 --- Subject: Re: Loading libgfortran.so clobbers C redirection of stdin Thank you for the suggestion, which had already been tried. It does not always work as the static library is not compiled with

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin

2005-04-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-10 20:33 --- (In reply to comment #5) Subject: Re: Loading libgfortran.so clobbers C redirection of stdin Also 4.0.0's release of gfortran is only a preview, a lot more bug will be fixed for 4.0.1. --

[Bug libfortran/20788] Loading libgfortran.so clobbers C redirection of stdin

2005-04-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal Component|fortran |libfortran