This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/25270] gfortran.dg/array-1.f90 (and a lot of others) fails with a type mismatch



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]