------- Comment #16 from burnus at gcc dot gnu dot org 2008-10-18 14:33 ------- character*200 :: l = " &NAMINTERP atmkey%ppp = 076,058,062,079, atmkey%nnn = 0 1 Warning: CHARACTER expression at (1) is being truncated (222/200)
This namelist poses really a challenge: - NAG f95 gets stuck in an endless loop - g95, gfortran, sunf95, openf95 show run-time error messages - ifort can handle the namelist (but does not support internal I/O) If one adds a "/ !" after "OUTGEO%NLEV=10", gfortran does no longer give a run-time error but if one writes the read namelist, one finds OUTGEO%NLEV=0, whereas ifort has the expected OUTGEO%NLEV=10, -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37707