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 #5 from janus at gcc dot gnu.org 2013-02-22 19:48:15 UTC ---
Author: janus
Date: Fri Feb 22 19:48:11 2013
New Revision: 196227

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

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

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

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

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/proc_ptr_comp_37.f90
Modified:
    branches/gcc-4_7-branch/gcc/fortran/ChangeLog
    branches/gcc-4_7-branch/gcc/fortran/trans-array.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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