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: [RFC PATCH] gimple-simulate: Add a gimple IR interpreter/simulator

2025-06-19 Thread Mikael Morin
Le 18/06/2025 à 16:51, Richard Biener a écrit : On Wed, Jun 18, 2025 at 11:23 AM Mikael Morin wrote: From: Mikael Morin Hello, I'm proposing here an interpretor/simulator of the gimple IR. It proved useful for me to debug complicated testcases, where the misbehaviour is not obvious if you j

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