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/15809] ICE Using Pointer Functions



------- Comment #19 from pault at gcc dot gnu dot org  2005-11-30 17:26 -------
Subject: Bug 15809

Author: pault
Date: Wed Nov 30 17:26:40 2005
New Revision: 107727

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107727
Log:
2005-11-30  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/15809
        * trans-decl.c (gfc_get_symbol_decl):  In the case of automatic
        character length, dummy pointer arrays, build an expression for
        unit size of the array elements, to be picked up and used in the
        descriptor dtype.
        * trans-io.c (gfc_trans_transfer):  Modify the detection of
        components of derived type arrays to use the gfc_expr references
        instead of the array descriptor dtype.  This allows the latter
        to contain expressions.

2005-11-30  Erik Edelmann  <erik.edelmann@iki.fi>

        PR fortran/15809
        * trans-array.c (gfc_trans_deferred_array):  Allow PARM_DECLs past
        in addition to VAR_DECLs.

2005-11-30  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/15809
        *  gfortran.dg/auto_char_dummy_array.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/auto_char_dummy_array_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/fortran/trans-io.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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