gfortran.h (gfc_error): Rename overload with OPT argument to...
authorJakub Jelinek <jakub@redhat.com>
Tue, 27 Dec 2016 15:17:19 +0000 (16:17 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 27 Dec 2016 15:17:19 +0000 (16:17 +0100)
commit2700d0e3ab767c765246cdc480ff7ad5792eb2e6
treeadf0e602fa885ee7d93a0b0e4d2f89ece747f58e
parentd90866773eab1eb0865af8a00f15651979b1a08f
gfortran.h (gfc_error): Rename overload with OPT argument to...

* gfortran.h (gfc_error): Rename overload with OPT argument to...
(gfc_error_opt): ... this.
* error.c (gfc_error): Rename overloads with OPT argument to...
(gfc_error_opt): ... this.  Adjust callers.
(gfc_notify_std, gfc_error): Adjust callers.
* resolve.c (resolve_structure_cons, resolve_global_procedure): Use
gfc_error_opt instead of gfc_error.
* interface.c (argument_rank_mismatch, compare_parameter,
gfc_check_typebound_override): Likewise.  Fix up formatting.

From-SVN: r243941
gcc/fortran/ChangeLog
gcc/fortran/error.c
gcc/fortran/gfortran.h
gcc/fortran/interface.c
gcc/fortran/resolve.c