OSDN Git Service

PR fortran/29892
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 2006 12:25:50 +0000 (12:25 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 2006 12:25:50 +0000 (12:25 +0000)
commit844274d246caa9ec089bb8a4a984d609b4a2aca2
treedd60c2c6bad2e014d025f178a2f49f119786e154
parent14f46a5ecad17f38e9d7c204341739a2aa2fa8d6
PR fortran/29892
* trans-intrinsic.c (gfc_conv_intrinsic_bound): Use a locus in
the call to gfc_trans_runtime_check.
* trans-array.c (gfc_trans_array_bound_check): Try harder to find
the variable or function name for the runtime error message.
(gfc_trans_dummy_array_bias): Use a locus in the call to
gfc_trans_runtime_check

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119223 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-intrinsic.c