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/56385] [4.6/4.7/4.8 Regression] [OOP] ICE with allocatable function result in a procedure-pointer component


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

--- Comment #4 from janus at gcc dot gnu.org 2013-02-21 12:26:54 UTC ---
Author: janus
Date: Thu Feb 21 12:26:44 2013
New Revision: 196202

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196202
Log:
2013-02-21  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/56385
    * trans-array.c (structure_alloc_comps): Handle procedure-pointer
    components with allocatable result.

2013-02-21  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/56385
    * gfortran.dg/proc_ptr_comp_37.f90: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_37.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.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]