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/51435] [4.6/4.7 Regression] Bad association status after null() of derived type component


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

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-12-06 18:10:11 UTC ---
Author: burnus
Date: Tue Dec  6 18:10:01 2011
New Revision: 182059

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182059
Log:
2011-12-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51435
        * expr.c (gfc_has_default_initializer): Fix handling of
        DT with initialized pointer components.

2011-12-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51435
        * gfortran.dg/default_initialization_5.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/default_initialization_5.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/expr.c
    trunk/gcc/testsuite/ChangeLog


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