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/47240] [F03] segfault with procedure pointer component


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

--- Comment #15 from janus at gcc dot gnu.org 2011-01-18 22:40:38 UTC ---
Author: janus
Date: Tue Jan 18 22:40:33 2011
New Revision: 168973

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168973
Log:
2011-01-18  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/47240
    * resolve.c (expression_rank): Fix rank of procedure poiner components.
    * trans-expr.c (gfc_conv_procedure_call): Take care of procedure
    pointer components as actual arguments.


2011-01-18  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/47240
    * gfortran.dg/proc_ptr_comp_29.f90: New.

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