------- Comment #12 from howarth at nitro dot med dot uc dot edu 2009-01-13 00:55 ------- The attached badread,f test program produces...
F ...when attempting to read a float with... READ(TEMP,'(F20.0)',ERR=9999) R from.... TEMP=' END' when run against the libgfortran prior to r143102. After r143102, the libgfortran results in the output of.... T which is means that we aren't properly handling error conditions in the floating point read routines now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38772