Le 26/04/2022 à 19:12, Mikael Morin a écrit : > Le 26/04/2022 à 15:32, Jakub Jelinek a écrit : >> or one can repeat it like: >>      if (DECL_P (expr) >>     && DECL_LANG_SPECIFIC (expr) >>     && GFC_DECL_SAVED_DESCRIPTOR (expr) >>     && GFC_DECL_SAVED_DESCRIPTOR (expr) != expr) >>        return non_negative_strides_array_p (GFC_DECL_SAVED_DESCRIPTOR >> (expr)); > > I think I’ll use that. Here it comes. Regression tested again. OK?