[PATCH 00/12] fortran: array descriptor part 2: Add getters and setters

Mikael Morin morin-mikael@orange.fr
Wed Jul 15 08:44:27 GMT 2026


Le 15/07/2026 à 02:22, Steve Kargl a écrit :
> On 7/11/26 07:46, Mikael Morin wrote:
>> From: Mikael Morin <mikael@gcc.gnu.org>
>>
>> This is the second version of the second part of the array descriptor 
>> series.
>> The first version was posted in november:
>> https://gcc.gnu.org/pipermail/gcc-patches/2025-November/699382.html
>> https://gcc.gnu.org/pipermail/fortran/2025-November/063077.html
> 
> Mikael,
> 
> I have some time over the next few days to read through
> the set of patches.  Can each patch be bootstrapped
> and regression tested individually, or do I need to a
> the a few in a group?
> 
They are mostly independent, except they are touching neighbor or 
overlapping areas (especially in trans-descriptor.cc), so one may get 
conflicts if one tries to apply one patch without the preceding ones. 
But each patch applied over the preceding ones should be regression clean.

I forgot to add that the changes I made since v1 are probably small 
enough that the approvals for v1 still apply.  So I miss a review for 
patches 6, 9, 11 and a second review for patches 2 and 5.



More information about the Fortran mailing list