[Bug fortran/20006] $ format extension accepted in error under -std=f95

2005-02-22 Thread coudert at clipper dot ens dot fr
--- 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

[Bug fortran/20006] $ format extension accepted in error under -std=f95

2005-02-16 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-02-16 15:44 --- (In reply to comment #1) > > However, gfortran currently accepts it without complaint. > > However, in general, this can only be found at runtime (also with NAG f95): [snip example] Of course, you're

[Bug fortran/20006] $ format extension accepted in error under -std=f95

2005-02-16 Thread jv244 at cam dot ac dot uk
--- Additional Comments From jv244 at cam dot ac dot uk 2005-02-16 12:32 --- > However, gfortran currently accepts it without complaint. However, in general, this can only be found at runtime (also with NAG f95): program testRead implicit none character(len=19) fmt character(1) resp