Discussion:
[Patch, Fortran] PR 86830: [8/9 Regression] Contiguous array pointer function result not recognized as contiguous
Janus Weil
2018-09-09 20:34:59 UTC
Permalink
Hi all,

the attached patch fixes a rejects-valid regression, where a
type-bound procedure call was not correctly detected to have a
contiguous result. The patch is functionally identical with comment #2
in the PR, with a little bit of cleanup on top of it. It regtests
cleanly on x86_64-linux-gnu. Ok for trunk and gcc-8-branch?

Cheers,
Janus
Paul Richard Thomas
2018-09-10 06:53:49 UTC
Permalink
Hi Janus,

That's fine - OK for both branches.

Thanks

Paul
Post by Janus Weil
Hi all,
the attached patch fixes a rejects-valid regression, where a
type-bound procedure call was not correctly detected to have a
contiguous result. The patch is functionally identical with comment #2
in the PR, with a little bit of cleanup on top of it. It regtests
cleanly on x86_64-linux-gnu. Ok for trunk and gcc-8-branch?
Cheers,
Janus
--
"If you can't explain it simply, you don't understand it well enough"
- Albert Einstein
Janus Weil
2018-09-11 06:35:09 UTC
Permalink
Am Mo., 10. Sep. 2018 um 08:54 Uhr schrieb Paul Richard Thomas
Post by Paul Richard Thomas
Hi Janus,
That's fine - OK for both branches.
Committed to trunk as r264201. Will do 8-branch soon.

Thanks for the review,
Janus
Post by Paul Richard Thomas
Post by Janus Weil
Hi all,
the attached patch fixes a rejects-valid regression, where a
type-bound procedure call was not correctly detected to have a
contiguous result. The patch is functionally identical with comment #2
in the PR, with a little bit of cleanup on top of it. It regtests
cleanly on x86_64-linux-gnu. Ok for trunk and gcc-8-branch?
Cheers,
Janus
--
"If you can't explain it simply, you don't understand it well enough"
- Albert Einstein
Loading...