Discussion:
[Patch, Fortran, F03] PR 85395: private clause contained in derived type acquires spurious scope
Janus Weil
2018-09-09 16:31:21 UTC
Permalink
Hi all,

the attached patch fixes a problem with the accessibility of procedure
pointer components (private/public attribute). It is rather
straightforward and regtest cleanly on x86_64-linux-gnu (for further
details see the PR). Ok for trunk?

Cheers,
Janus
Paul Richard Thomas
2018-09-10 06:55:33 UTC
Permalink
Hi Janus,

That's OK for trunk and, I would suggest 8-branch.

Thanks for the patch.

Paul
Post by Janus Weil
Hi all,
the attached patch fixes a problem with the accessibility of procedure
pointer components (private/public attribute). It is rather
straightforward and regtest cleanly on x86_64-linux-gnu (for further
details see the PR). Ok for trunk?
Cheers,
Janus
--
"If you can't explain it simply, you don't understand it well enough"
- Albert Einstein
Janus Weil
2018-09-10 21:27:22 UTC
Permalink
Am Mo., 10. Sep. 2018 um 08:55 Uhr schrieb Paul Richard Thomas
Post by Paul Richard Thomas
Hi Janus,
That's OK for trunk and, I would suggest 8-branch.
Thanks, Paul. Committed to trunk as r264196. Will backport to 8-branch
in a week or so.

Cheers,
Janus
Post by Paul Richard Thomas
Post by Janus Weil
Hi all,
the attached patch fixes a problem with the accessibility of procedure
pointer components (private/public attribute). It is rather
straightforward and regtest cleanly on x86_64-linux-gnu (for further
details see the PR). Ok for trunk?
Cheers,
Janus
--
"If you can't explain it simply, you don't understand it well enough"
- Albert Einstein
Loading...