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

2014-12-15 Thread Janus Weil
2014-12-15 14:49 GMT+01:00 Tobias Burnus : > Janus Weil wrote: >> here is another small diagnostic enhancement for procedure pointer >> components. Regtested on x86_64-unknown-linux-gnu. Ok for trunk? > > Looks good to me. Thanks for the patch! Thanks for the review. Committed as r218751. Cheers,

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

2014-12-15 Thread Tobias Burnus
Janus Weil wrote: > here is another small diagnostic enhancement for procedure pointer > components. Regtested on x86_64-unknown-linux-gnu. Ok for trunk? Looks good to me. Thanks for the patch! Tobias > 2014-12-15 Janus Weil > > PR fortran/63727 > * resolve.c (resolve_actual_arglist)

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

2014-12-15 Thread Janus Weil
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,