>> the attached patch is the solution that I came up with for this PR >> (after two simpler but wrong attempts, see PR). The issue addressed >> here is the setting of the if_source attribute for dummy procedures. >> When declaring a procedure (pointer) with the PROCEDURE statement, the >> attributes of the dummies (including if_source) should be copied from >> the source interface (cf. gfc_copy_formal_args). >> >> The patch was successfully regtested on x86_64-unknown-linux-gnu. Ok for >> trunk? > > > The patch looks fine. Thanks!
Thanks for the review, Tobias. Committed as r189514. Cheers, Janus