]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/28039 (Warn when ignoring extra characters in the format specification)
authorBud Davis <bdavis9659@sbcglobal.net>
Fri, 9 Apr 2010 02:03:10 +0000 (02:03 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 9 Apr 2010 02:03:10 +0000 (02:03 +0000)
commitd0a2c5a9e7eb16099be1f4b1068f9fe1ff9d9d19
tree9178c104384627411065bdb3f8bea6f559d57ada
parentc02105beb38f80c405ff8b90e3aec9223a49c39e
re PR fortran/28039 (Warn when ignoring extra characters in the format specification)

2010-04-08  Bud Davis  <bdavis9659@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.

From-SVN: r158147
gcc/fortran/ChangeLog
gcc/fortran/io.c