Re: [PATCH] Refactor array descriptor field access

2020-10-27 Thread Richard Biener
On Tue, 27 Oct 2020, Paul Richard Thomas wrote: > Hi Richard, > > This looks good to me. OK for master. Thanks, pushed. > Do you have any plans to backport to > 10-branch, say? No, it's just refactoring to remove the GENERIC building duplication. Richard. > Thanks > > Paul > > > On Tue,

Re: [PATCH] Refactor array descriptor field access

2020-10-27 Thread Paul Richard Thomas via Gcc-patches
Hi Richard, This looks good to me. OK for master. Do you have any plans to backport to 10-branch, say? Thanks Paul On Tue, 27 Oct 2020 at 09:28, Richard Biener via Fortran < fort...@gcc.gnu.org> wrote: > On Fri, Oct 16, 2020 at 10:47 AM Richard Biener wrote: > > > > This refactors the array

Re: [PATCH] Refactor array descriptor field access

2020-10-27 Thread Richard Biener via Gcc-patches
On Fri, Oct 16, 2020 at 10:47 AM Richard Biener wrote: > > This refactors the array descriptor component access tree building > to commonize code into new helpers to provide a single place to > fix correctness issues with respect to TBAA. > > The only interesting part is the gfc_conv_descriptor_da

[PATCH] Refactor array descriptor field access

2020-10-16 Thread Richard Biener
This refactors the array descriptor component access tree building to commonize code into new helpers to provide a single place to fix correctness issues with respect to TBAA. The only interesting part is the gfc_conv_descriptor_data_get change to drop broken special-casing of REFERENCE_TYPE desc