------- Comment #12 from jvdelisle at gcc dot gnu dot org 2010-04-09 02:03 ------- Subject: Bug 28039
Author: jvdelisle Date: Fri Apr 9 02:03:10 2010 New Revision: 158147 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158147 Log: 2010-04-08 Bud Davis <bdavis9...@sbcglobal.net> PR fortran/28039 * io.c (check_format_string): Added check for additional non blank characters after the format string was successfully parsed. * io.c (check_format): Changed the error messages for positive int required and period required to drop through the error logic and report with gfc_error instead of gfc_error_now. Corrected format postion for hollerith strings. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/io.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28039