Re: [PATCH] Fortran: fix initialization of allocatable non-deferred character [PR59252]

2025-02-07 Thread Harald Anlauf
Hi Steve, Am 07.02.25 um 21:39 schrieb Steve Kargl: On Fri, Feb 07, 2025 at 09:31:12PM +0100, Harald Anlauf wrote: Regtested on x86_64-pc-linux-gnu. OK for mainline? Looks reasonable. While it is a really old bug but wrong code, I'd like to backport this also at least to 14-branch. Any

Re: [PATCH] Fortran: fix initialization of allocatable non-deferred character [PR59252]

2025-02-07 Thread Steve Kargl
On Fri, Feb 07, 2025 at 09:31:12PM +0100, Harald Anlauf wrote: > > Regtested on x86_64-pc-linux-gnu. OK for mainline? > Looks reasonable. > While it is a really old bug but wrong code, I'd like to backport > this also at least to 14-branch. Any reservations? If it passes regression testing,

[PATCH] Fortran: fix initialization of allocatable non-deferred character [PR59252]

2025-02-07 Thread Harald Anlauf
old bug but wrong code, I'd like to backport this also at least to 14-branch. Any reservations? Thanks, Harald From f90b21d89c206507c4383e349db12546b793ce31 Mon Sep 17 00:00:00 2001 From: Harald Anlauf Date: Fri, 7 Feb 2025 21:21:10 +0100 Subject: [PATCH] Fortran: fix initializati