Hello, there is a bug in g-formatting which makes the following example program ifort_g_format_bug write (*,'(g6.1)') 1.0 ! Expected output: 1. end program ifort_g_format_bug output '******' (6 stars) instead of '1.'. All other compilers I tested produce the expected output. Harald
↧