------- 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 patch to fix the issue with negative GFORTRAN_*_UNIT
being ignored (on mainline only).
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2005-04-10 10:20:45 |2005-04-10 10:38:34
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20788