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 45744] (fortran) [4.6 Regression] ICE with -O1 in gfc_conv_expr_op, at fortran/trans-expr.c:1366


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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #11 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2010-09-24 04:49:00 UTC ---
Fixed by

Author: tkoenig
Date: Thu Sep 23 19:37:48 2010
New Revision: 164570

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164570
Log:
2010-09-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/45744
    * frontend-passes.c (optimize_binop_array_assignment):
    Only re-use lhs as intermediate storage if kind and type
    parameters match.

2010-09-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/45744
    * gfortran.dg/dependency_36.f90:  New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/dependency_36.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/frontend-passes.c
    trunk/gcc/testsuite/ChangeLog


Closing.

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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