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/39519] [4.3/4.4 Regression] bad assignment to type with allocatable component



------- Comment #9 from pault at gcc dot gnu dot org  2009-04-04 14:47 -------
Subject: Bug 39519

Author: pault
Date: Sat Apr  4 14:47:23 2009
New Revision: 145540

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145540
Log:
2009-04-04  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/39519
        * parse.c (parse_derived): Do not break on finding pointer,
        allocatable or private components.

2009-04-04  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/39519
        * gfortran.dg/alloc_comp_assign_9.f90: New test.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/alloc_comp_assign_9.f90
Modified:
    branches/gcc-4_3-branch/gcc/fortran/ChangeLog
    branches/gcc-4_3-branch/gcc/fortran/parse.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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