The Windows 32- and 64-bit compilers (18.0.2) hang when given the following code. I realize that the G0.d specifier is a Fortran 2008 feature that is not supported by Absoft Fortran; a more helpful response would be to flag the specifier as erroneous and abort the compilation.
Thanks.
program tstg0
real x
!
x = 4.0*atan(1.0)
print '(g0.6)',x
end