Hi Mikael, Am 21.10.22 um 13:13 schrieb Mikael Morin: > Le 18/10/2022 à 22:48, Harald Anlauf via Fortran a écrit : >> I intended to add the updated patch but forgot, so here it is... >> >> Am 18.10.22 um 22:41 schrieb Harald Anlauf via Fortran: >>> Dear all, >>> >>> Jose posted a patch here that was never reviewed: >>> >>>    https://gcc.gnu.org/pipermail/fortran/2021-April/055933.html >>> >>> I could not find any issues with his patch, it works as advertised >>> and fixes the reported problem. >>> >>> As his testcases did not reliably fail without the patch but rather >>> randomly due to the uninitialized descriptor, I added a check of >>> the tree-dumps to verify that the TKR initializer is generated. >>> >>> Does anybody else have any comments? >>> >>> Regtested on x86_64-pc-linux-gnu.  OK for mainline? >>> > Looks good but please check the initialization of rank instead of > elem_len in the dump patterns (elem_len actually doesn't matter). > OK with that change. You're right, this is what I should have done in the first place. Pushed: https://gcc.gnu.org/g:4cfdaeb2755121ac1069f09898def56469b0fb51 See also attached. > Thanks. > Thanks, Harald