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

--- Comment #20 from janus at gcc dot gnu.org 2011-08-05 17:03:54 UTC ---
Author: janus
Date: Fri Aug  5 17:03:50 2011
New Revision: 177468

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177468
Log:
2011-08-05  Janus Weil  <ja...@gcc.gnu.org>

    PR fortran/49112
    * resolve.c (resolve_structure_cons): Don't do the full dt resolution,
    only call 'resolve_fl_derived0'.
    (resolve_typebound_procedures): Resolve typebound procedures of
    parent type.
    (resolve_fl_derived0): New function, which does a part of the work
    for 'resolve_fl_derived'.
    (resolve_fl_derived): Call 'resolve_fl_derived0' and do some additional
    things.


2011-08-05  Janus Weil  <ja...@gcc.gnu.org>

    PR fortran/49112
    * gfortran.dg/abstract_type_6.f03: Modified.
    * gfortran.dg/typebound_proc_24.f03: New.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/typebound_proc_24.f03
Modified:
    branches/gcc-4_6-branch/gcc/fortran/ChangeLog
    branches/gcc-4_6-branch/gcc/fortran/resolve.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/abstract_type_6.f03

Reply via email to