r172262 - in /trunk/gcc/fortran: ChangeLog simp...

burnus@gcc.gnu.org burnus@gcc.gnu.org
Mon Apr 11 15:50:00 GMT 2011


Author: burnus
Date: Mon Apr 11 15:50:47 2011
New Revision: 172262

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172262
Log:
2011-04-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * simplify.c (simplify_bound_dim): Exit for
        ucobound's last dimension unless -fcoarray=single.
        * trans-array (gfc_conv_descriptor_size_1): Renamed from
        gfc_conv_descriptor_size, made static, has now from_dim and
        to_dim arguments.
        (gfc_conv_descriptor_size): Call gfc_conv_descriptor_size.
        (gfc_conv_descriptor_cosize): New function.
        * trans-array.h (gfc_conv_descriptor_cosize): New prototype.
        * trans-intrinsic.c (conv_intrinsic_cobound): Add input_location
        and handle last codim of ucobound for when -fcoarray is not "single".


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/simplify.c
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-array.h
    trunk/gcc/fortran/trans-intrinsic.c



More information about the Gcc-cvs mailing list