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/84273] Reject allocatable passed-object dummy argument (proc_ptr_47.f90)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84273

--- Comment #2 from janus at gcc dot gnu.org ---
Author: janus
Date: Mon Feb 12 17:11:58 2018
New Revision: 257590

URL: https://gcc.gnu.org/viewcvs?rev=257590&root=gcc&view=rev
Log:
2018-02-12  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/84273
        * resolve.c (resolve_component): Fix checks of passed argument in
        procedure-pointer components.


2018-02-12  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/84273
        * gfortran.dg/proc_ptr_47.f90: Fix invalid test case.
        * gfortran.dg/proc_ptr_comp_pass_4.f90: Fix and extend test case.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/proc_ptr_47.f90
    trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_pass_4.f90

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