-
- Downloads
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
Showing
- gcc/fortran/ChangeLog 12 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/error.c 6 additions, 6 deletionsgcc/fortran/error.c
- gcc/fortran/gfortran.h 1 addition, 1 deletiongcc/fortran/gfortran.h
- gcc/fortran/interface.c 21 additions, 29 deletionsgcc/fortran/interface.c
- gcc/fortran/resolve.c 7 additions, 7 deletionsgcc/fortran/resolve.c
Loading
Please register or sign in to comment