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/32046] [4.3 Regression] wrong code with -O2 for gfortran.dg/interface_12.f90 & result_in_spec_1.f90



------- Comment #8 from fxcoudert at gcc dot gnu dot org  2007-05-23 09:25 -------
Subject: Bug 32046

Author: fxcoudert
Date: Wed May 23 08:25:05 2007
New Revision: 124985

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124985
Log:
        PR fortran/32046
        * trans-expr.c (gfc_trans_zero_assign): Convert the result of
        TYPE_SIZE_UNIT into a signed type.
        (gfc_trans_array_copy):  Likewise.
        (gfc_trans_array_constructor_copy): Likewise.
        * trans-array.c (gfc_trans_create_temp_array): Likewise.
        (gfc_grow_array): Likewise.
        (gfc_array_init_size): Likewise.
        (gfc_duplicate_allocatable): Likewise.
        * trans-stmt.c (allocate_temp_for_forall_nest_1): Likewise.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/fortran/trans-stmt.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32046


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