Re: [PATCH] fortran: Evaluate class function bounds in the scalarizer

2025-07-31 Thread Paul Richard Thomas
Hi Mikael, The patch applies cleanly, regtests and fixes the problem, as advertised. It does likewise on 15-branch. Good for mainline and, I would suggest, backporting. Thanks for the patch. Paul On Wed, 30 Jul 2025 at 10:04, Mikael Morin wrote: > From: Mikael Morin > > This one may look l

[PATCH] fortran: Evaluate class function bounds in the scalarizer

2025-07-30 Thread Mikael Morin
From: Mikael Morin This one may look like a collection of obscure random changes. It started with the removal of an isolated array descriptor offset update, and the chain of regression fixes that followed completed it to the below. I have even found a testcase that is fixed by it. Regression-te