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/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c



------- Comment #13 from pinskia at gcc dot gnu dot org  2005-11-02 21:01 -------
Subject: Bug 18157

Author: pinskia
Date: Wed Nov  2 21:01:54 2005
New Revision: 106396

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106396
Log:
2005-11-02  Andrew Pinski  <pinskia@physics.uc.edu>

        PR fortran/18157
        * gfortran.fortran-torture/compile/defined_type_1.f90: New test.
        * gfortran.fortran-torture/compile/defined_type_2.f90: New
        test.   
        * gfortran.fortran-torture/compile/defined_type_3.f90:
        New test.

2005-11-02  Andrew Pinski  <pinskia@physics.uc.edu>

        PR fortran/18157
        * trans-array.c (gfc_conv_resolve_dependencies): Use the correct
        type for the temporary array.
        * trans-expr.c (gfc_trans_assignment): Pass lss
        instead of lss_section
        to gfc_conv_resolve_dependencies to get the
        correct type.


Added:
    trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_1.f90
    trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_2.f90
    trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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