[Bug fortran/25270] gfortran.dg/array-1.f90 (and a lot of others) fails with a type mismatch
sayle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Apr 1 19:19:00 GMT 2006
------- Comment #5 from sayle at gcc dot gnu dot org 2006-04-01 19:19 -------
Subject: Bug 25270
Author: sayle
Date: Sat Apr 1 19:19:22 2006
New Revision: 112608
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112608
Log:
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.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-array.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25270
More information about the Gcc-bugs
mailing list