------- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-07-17 04:38 ------- I will investigate further, but if all its trying to do is WRITE to the console use WRITE(unit=6) and don't give it a filename at all. You don't even need to OPEN it. It will be OPENed implicitly for you. READ (unit=5) to read from the console.
Will this work for you? In the mean time I will go look at this code for this application a little. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32784