------- Additional Comments From coudert at clipper dot ens dot fr 2005-02-22 10:39 ------- I can't reproduce the behaviour reported. All I see is that gfortran is ignoring the $ character:
$ cat a.f90 program testRead implicit none print '(a,$)','hello world' print * end $ gfortran -std=f95 a.f90 && ./a.out hello world $ ifort a.f90 && ./a.out hello world $ gfortran -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc/configure --prefix=/tmp/gfortran-20050222/irun --enable-languages=c,f95 Thread model: posix gcc version 4.0.0 20050222 (experimental) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20006