Re: [PATCH 0/3] fortran: Use existing setters and getters to access array descriptors

2025-08-03 Thread Paul Richard Thomas
Hi Mikael, All three patches are OK for mainline. About half of the chunks I recognise and blames should point to me :-( Thanks for the patch. Paul On Sun, 3 Aug 2025 at 14:30, Mikael Morin wrote: > From: Mikael Morin > > The fortran frontend has getter and setter functions to generate code

[PATCH 0/3] fortran: Use existing setters and getters to access array descriptors

2025-08-03 Thread Mikael Morin
From: Mikael Morin The fortran frontend has getter and setter functions to generate code either to read array descriptor fields or to write to them. In some places, those functions are not used, and the access to the field is generated manually. The following patches replace those direct accesse