Re: [Patch, Fortran] PR 92994 – add more ASSOCIATE checks

2020-01-02 Thread Thomas Koenig
Hi Tobias, Build on x86-64-gnu-linux. OK for the trunk? Looks good. Thanks for the patch! Regards Thomas

[Patch, Fortran] PR 92994 – add more ASSOCIATE checks

2020-01-02 Thread Tobias Burnus
Add some more checks for invalid use for the RHS in proc-pointer assignments and for ASSOCIATE targets (which uses the latter if the previous match failed). Build on x86-64-gnu-linux. OK for the trunk? Tobias PR fortran/92994 * primary.c (gfc_match_rvalue): Add some flavor checks