------- Comment #2 from dfranke at gcc dot gnu dot org 2008-03-15 00:28 ------- Here an example were the warning is appropriate:
$> cat infloop.f90 character(3) :: x = "xxx" 1 read(x,FMT="(I1)",err=1) i write(*,*) i end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35584