]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/29892 (substring out of bounds: Missing variable name for variables...
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Sun, 26 Nov 2006 12:25:50 +0000 (13:25 +0100)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 26 Nov 2006 12:25:50 +0000 (12:25 +0000)
commitd19c0f4fa6599e454c1c7b12917252f6f34852e7
treedd60c2c6bad2e014d025f178a2f49f119786e154
parent9dedcfe16a380a72d92cb164f229c64a5e97d312
re PR fortran/29892 (substring out of bounds: Missing variable name for variables with parameter attribute)

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

From-SVN: r119223
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-intrinsic.c