[PATCH] fortran: Mention user variable in SELECT TYPE temporary variable names

2025-06-20 Thread Mikael Morin
From: Mikael Morin Regression-tested on x86_64-pc-linux-gnu. Ok for master? -- >8 -- The temporary variables that are generated to implement SELECT TYPE and TYPE IS statements have (before this change) a name depending only on the type. This can produce confusing dumps with code having multi

Re: [RFC PATCH] gimple-simulate: Add a gimple IR interpreter/simulator

2025-06-20 Thread Richard Biener
On Thu, Jun 19, 2025 at 12:13 PM Mikael Morin wrote: > > 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 pro