PR 51808 Constify binding_label.
authorJanne Blomqvist <jb@gcc.gnu.org>
Sun, 29 Jan 2012 19:01:09 +0000 (21:01 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Sun, 29 Jan 2012 19:01:09 +0000 (21:01 +0200)
commit9975a30b5c5cab71620d94ddaec21517da9db12a
tree23b6045fb8229578f5f13d9f3ea7b8ffd9821851
parent9e85a9fd0dddf4df2991931cbc3dde1841a1b0fb
PR 51808 Constify binding_label.

2012-01-29  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/51808
* decl.c (set_binding_label): Make binding_label argument const.
(curr_binding_label): Constify.
* gfortran.h (gfc_symbol): Constify binding_label.
(gfc_common_head): Likewise.
(get_iso_c_sym): Likewise.
* match.c (gfc_match_name_C): Constify buffer argument.
* match.h (gfc_match_name_C): Likewise.
* resolve.c (set_name_and_label): Constify binding_label argument.
(gfc_iso_c_sub_interface): Constify binding_label variable.
* symbol.c (get_iso_c_sym): Constify binding_label argument.

From-SVN: r183679
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/gfortran.h
gcc/fortran/match.c
gcc/fortran/match.h
gcc/fortran/resolve.c
gcc/fortran/symbol.c