------- Comment #19 from pault at gcc dot gnu dot org  2009-05-10 15:35 -------
Subject: Bug 38863

Author: pault
Date: Sun May 10 15:34:55 2009
New Revision: 147345

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147345
Log:
2009-05-10  Paul Thomas  <pa...@gcc.gnu.org>

        PR fortran/38863
        * trans-expr.c (gfc_conv_operator_assign): Remove function.
        * trans.h : Remove prototype for gfc_conv_operator_assign.
        * trans-stmt.c (gfc_conv_elemental_dependencies): Initialize
        derivde types with intent(out).
        (gfc_trans_call): Add mask, count1 and invert arguments. Add
        code to use mask for WHERE assignments.
        (gfc_trans_forall_1): Use new arguments for gfc_trans_call.
        (gfc_trans_where_assign): The gfc_symbol argument is replaced
        by the corresponding code. If this has a resolved_sym, then
        gfc_trans_call is called. The call to gfc_conv_operator_assign
        is removed.
        (gfc_trans_where_2): Change the last argument in the call to
        gfc_trans_where_assign.
        * trans-stmt.h : Modify prototype for gfc_trans_call.
        * trans.c (gfc_trans_code): Use new args for gfc_trans_call.

2009-05-10  Paul Thomas  <pa...@gcc.gnu.org>

        PR fortran/38863
        * gfortran.dg/dependency_24.f90: New test.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/dependency_24.f90
Modified:
    branches/gcc-4_4-branch/gcc/fortran/ChangeLog
    branches/gcc-4_4-branch/gcc/fortran/trans-expr.c
    branches/gcc-4_4-branch/gcc/fortran/trans-stmt.c
    branches/gcc-4_4-branch/gcc/fortran/trans-stmt.h
    branches/gcc-4_4-branch/gcc/fortran/trans.c
    branches/gcc-4_4-branch/gcc/fortran/trans.h
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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

Reply via email to