This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[Patch, Fortran] PR 63727: Checks missing for proc-pointer components: Usage as actual argument when elemental


Hi all,

here is another small diagnostic enhancement for procedure pointer
components. Regtested on x86_64-unknown-linux-gnu. Ok for trunk?

(I'm not adding a dedicated test case, since coarray_collectives_14
already includes this case as a FIXME, which I now transformed into a
dg-error.)

Cheers,
Janus


2014-12-15  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/63727
    * resolve.c (resolve_actual_arglist): Check for elemental procedure
    pointer components.


2014-12-15  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/63727
    * gfortran.dg/coarray_collectives_14.f90: Address FIXME item.

Attachment: pr63727.diff
Description: Text document


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