re PR fortran/32545 (Give an (compile time) error not a warning for wrong edit format...
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 4 Jul 2007 01:08:48 +0000 (01:08 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 4 Jul 2007 01:08:48 +0000 (01:08 +0000)
commit2305fa31840fb5300228837afda1039ed825eebe
tree27e9aa18518d080c17965ae93f7bbbccaab9f703
parentf01d40db560f6b6dcb4737a82da71438e995cb10
re PR fortran/32545 (Give an (compile time) error not a warning for wrong edit format statements)

2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32545
* io.c (check_format): Always call gfc_error for errors.
(check_format_string): Change type of this function to try and
return the result of check_format.
(check_io_constraints): Return MATCH_ERROR if check_format_string
returns FAILURE.

2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32612
* decl.c (get_proc_name): Include attr->mod_proc in check for error.

From-SVN: r126295
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/io.c