]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/25270 (testcases fail with a type mismatch)
authorRoger Sayle <roger@eyesopen.com>
Sat, 1 Apr 2006 19:19:22 +0000 (19:19 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 1 Apr 2006 19:19:22 +0000 (19:19 +0000)
commit37da9343f55f4733e6028b9bddc5c1425cecc8eb
treefa86a5d3aba1b335a8847dd7d8f38b6efcfd1236
parent9ccab91c6fb6b96c77e1aafd5ef240b965c897b2
re PR fortran/25270 (testcases fail with a type mismatch)

PR fortran/25270
* trans-array.c (gfc_trans_allocate_array_storage): In array index
calculations use gfc_index_zero_node and gfc_index_one_node instead
of integer_zero_node and integer_one_node respectively.
(gfc_conv_array_transpose): Likewise.
(gfc_conv_ss_startstride): Likewise.
(gfc_trans_dummy_array_bias): Likewise.

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