OSDN Git Service

2010-04-08 Bud Davis <bdavis9659@sbcglobal.net>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Apr 2010 02:03:10 +0000 (02:03 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:17:57 +0000 (14:17 +0900)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158147 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog

index b63a6fd..0b6bfae 100644 (file)
@@ -1,3 +1,14 @@
+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.
+
 2010-04-08  Tobias Burnus  <burnus@net-b.de>
 
        * module.c (use_iso_fortran_env_module): Fix standard check.