Re: [PATCH 0/6] fortran: Remove isolated array descriptor fields updates

2025-08-05 Thread Paul Richard Thomas
Hi Mikael, I feel sure that most of these updates result from ad hoc fixes to PRs that were completely fixed later on or are remnants of old fixes. Thanks for doing all this cleanup work. As you said in the second message, let's see how it pans out. The span field was initially introduced to dea

[PATCH 0/6] fortran: Remove isolated array descriptor fields updates

2025-08-05 Thread Mikael Morin
From: Mikael Morin These independant patches remove code generating isolated updates of the array descriptor fields. The rationale for doing this is that updates of array descriptors should always be complete. It doesn't make sense to generate part of the update in one place, and do the rest so