------- Comment #3 from pault at gcc dot gnu dot org  2008-01-08 15:13 -------
Subject: Bug 34704

Author: pault
Date: Tue Jan  8 15:12:34 2008
New Revision: 131395

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131395
Log:
2008-01-08  Paul Thomas  <[EMAIL PROTECTED]>

        PR fortran/34681
        * trans_array.c (gfc_trans_deferred_array): Do not null the
        data pointer on entering scope, nor deallocate it on leaving
        scope, if the symbol has the 'save' attribute.

        PR fortran/34704
        * trans_decl.c (gfc_finish_var_decl): Derived types with
        allocatable components and an initializer must be TREE_STATIC.

2008-01-08  Paul Thomas  <[EMAIL PROTECTED]>

        PR fortran/34681
        PR fortran/34704
        * gfortran.dg/alloc_comp_default_init_1.f90: New test.



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


-- 


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

Reply via email to