[Patch, Fortran, F03] PR 54285: Calling a PPC with proc-ptr result

2012-09-17 Thread Janus Weil
Hi all, here is another proc-ptr patch, which allows to submit calls to procedure-pointer components which have a procedure-pointer result. This sounds a bit twisted (and I guess one has to suffer from some very special form of mental illness in order to feel the urge to do something like this),

Re: [Patch, Fortran, F03] PR 54285: Calling a PPC with proc-ptr result

2012-09-17 Thread Tobias Burnus
On 09/17/2012 01:39 PM, Janus Weil wrote: here is another proc-ptr patch, which allows to submit calls to procedure-pointer components which have a procedure-pointer result. This sounds a bit twisted (and I guess one has to suffer from some Regtested on x86_64-unknown-linux-gnu. Ok for trunk?

Re: [Patch, Fortran, F03] PR 54285: Calling a PPC with proc-ptr result

2012-09-17 Thread Janus Weil
Regtested on x86_64-unknown-linux-gnu. Ok for trunk? Looks OK. Thanks for the patch. Thanks a bunch. Committed as r191383. Cheers, Janus 2012-09-17 Janus Weil ja...@gcc.gnu.org PR fortran/54285 * expr.c (gfc_check_pointer_assign): Correctly handle procedure pointers