------- Comment #1 from burnus at gcc dot gnu dot org 2010-07-14 15:44 ------- Some remarks:
a) The note 9.63 is nonnormative - still one should try to follow it b) Most of my compilers simply use "", ifort uses "/dev/pts/3" (for stdin/out/err), and Portland uses the same as gfortran: stdin, stdout, stderr. c) gfortran prints "/dev/pts/3" when calling ttynam() with the relevant unit numbers. d) The name "stdin" etc. is set "for error reporting" at http://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libgfortran/io/unit.c;hb=HEAD#l86 -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvdelisle at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44931