Re: *** SPAM *** Re: [PATCH] fortran: Statically initialize length of SAVEd character arrays

2025-06-19 Thread Mikael Morin
Le 18/06/2025 à 23:50, Thomas Koenig a écrit : Hi Mikael,   Regression-tested on x86_64-pc-linux-gnu.   OK for master? Just wondering... how does this relate to the recent fix of PR120483 by Andre? Is this also a regression?  If so, maybe a backport would be in order. Best regads Thoma

Re: [PATCH] fortran: Statically initialize length of SAVEd character arrays

2025-06-19 Thread Mikael Morin
Le 18/06/2025 à 23:22, Jerry D a écrit : On 6/18/25 2:02 PM, Mikael Morin wrote: From: Mikael Morin   Regression-tested on x86_64-pc-linux-gnu.   OK for master? Was there a PR for this? or something you just ran into? I'm not aware of any PR. I was trying to create a testcase exercising t

Re: [PATCH] fortran: Statically initialize length of SAVEd character arrays

2025-06-18 Thread Thomas Koenig
Hi Mikael, Regression-tested on x86_64-pc-linux-gnu. OK for master? Just wondering... how does this relate to the recent fix of PR120483 by Andre? Is this also a regression? If so, maybe a backport would be in order. Best regads Thomas

Re: [PATCH] fortran: Statically initialize length of SAVEd character arrays

2025-06-18 Thread Jerry D
On 6/18/25 2:02 PM, Mikael Morin wrote: From: Mikael Morin Regression-tested on x86_64-pc-linux-gnu. OK for master? Was there a PR for this? or something you just ran into? Not a problem either way, just curious. It looks OK to me. OK for master. Jerry -- >8 -- gcc/fortran/ChangeL

[PATCH] fortran: Statically initialize length of SAVEd character arrays

2025-06-18 Thread Mikael Morin
From: Mikael Morin Regression-tested on x86_64-pc-linux-gnu. OK for master? -- >8 -- gcc/fortran/ChangeLog: * trans-array.cc (gfc_trans_deferred_array): Statically initialize deferred length variable for SAVEd character arrays. gcc/testsuite/ChangeLog: * gfortran.d