* trans.c (gfc_msg_bounds, gfc_msg_fault, gfc_msg_wrong_return):
Add strings for common runtime error messages. (gfc_trans_runtime_check): Add a locus argument, use a string and not a string tree for the message. * trans.h (gfc_trans_runtime_check): Change prototype accordingly. (gfc_msg_bounds, gfc_msg_fault, gfc_msg_wrong_return): Add proto. * trans-const.c (gfc_strconst_bounds, gfc_strconst_fault, gfc_strconst_wrong_return, gfc_strconst_current_filename): Remove. (gfc_init_constants): Likewise. * trans-const.h: Likewise. * trans-decl.c (gfc_build_builtin_function_decls): Call to _gfortran_runtime_error has only one argument, the message string. * trans-array.h (gfc_conv_array_ref): Add a symbol argument and a locus. * trans-array.c (gfc_trans_array_bound_check): Build precise error messages. (gfc_conv_array_ref): Use the new symbol argument and the locus to build more precise error messages. (gfc_conv_ss_startstride): More precise error messages. * trans-expr.c (gfc_conv_variable): Give symbol reference and locus to gfc_conv_array_ref. (gfc_conv_function_call): Use the new prototype for gfc_trans_runtime_check. * trans-stmt.c (gfc_trans_goto): Build more precise error message. * trans-io.c (set_string): Likewise. * trans-intrinsic.c (gfc_conv_intrinsic_bound): Use new prototype for gfc_trans_runtime_check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114346 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/fortran/ChangeLog 30 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/trans-array.c 56 additions, 26 deletionsgcc/fortran/trans-array.c
- gcc/fortran/trans-array.h 1 addition, 1 deletiongcc/fortran/trans-array.h
- gcc/fortran/trans-const.c 0 additions, 17 deletionsgcc/fortran/trans-const.c
- gcc/fortran/trans-const.h 0 additions, 6 deletionsgcc/fortran/trans-const.h
- gcc/fortran/trans-decl.c 1 addition, 4 deletionsgcc/fortran/trans-decl.c
- gcc/fortran/trans-expr.c 2 additions, 2 deletionsgcc/fortran/trans-expr.c
- gcc/fortran/trans-intrinsic.c 1 addition, 1 deletiongcc/fortran/trans-intrinsic.c
- gcc/fortran/trans-io.c 8 additions, 4 deletionsgcc/fortran/trans-io.c
- gcc/fortran/trans-stmt.c 7 additions, 9 deletionsgcc/fortran/trans-stmt.c
- gcc/fortran/trans.c 23 additions, 11 deletionsgcc/fortran/trans.c
- gcc/fortran/trans.h 8 additions, 1 deletiongcc/fortran/trans.h
Loading
Please register or sign in to comment