[Bug fortran/57399] errors in formatted print of floating numbers
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57399 --- Comment #2 from Grzegorz Kowal --- Yes, you are right. Silly me. Thanks for your clear explanation and quick response!
[Bug fortran/57399] New: errors in formatted print of floating numbers
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: custos.mentis at gmail dot com A simple test of formated print write(*,"(1e10.2,1x,f8.2,1x,1pe10.2,1x,f8.2)") 100.0, 100.0, 100.0, 100.0 results in wrong output: 0.10E+03 100.00 1.00E+0