Re: [Patch] Fortran: add contiguous check for ptr assignment, fix non-contig check (PR97242)

2020-09-30 Thread Paul Richard Thomas via Gcc-patches
Hi Tobias, This looks good to me - OK for master. Thanks for the patch Paul On Wed, 30 Sep 2020 at 09:59, Tobias Burnus wrote: > The non-contiguous had both check false positive and false > negative results. Some more refinements > are surely possible, but hopefully there are no longer >

[Patch] Fortran: add contiguous check for ptr assignment, fix non-contig check (PR97242)

2020-09-30 Thread Tobias Burnus
The non-contiguous had both check false positive and false negative results. Some more refinements are surely possible, but hopefully there are no longer false positives. I also now used this check for pointer assignments where the LHS pointer has the contiguous attribute. In the