Re: [PATCH] Fortran: fix associate with assumed-length character array [PR115700]

2024-07-03 Thread Andre Vehreschild
Hi Harald, that patch looks fine to me. I'd say ok for mainline. Give it some time there and then backport it. Thanks for the patch. Regards, Andre On Tue, 2 Jul 2024 21:44:01 +0200 Harald Anlauf wrote: > Dear all, > > the attached patch addresses an effectively bogus warning about >

[PATCH] Fortran: fix associate with assumed-length character array [PR115700]

2024-07-02 Thread Harald Anlauf
? As the PR is marked as a regression, is it also OK for backporting? Thanks, Harald From 930a1be8c623cf03f9b2e6dbddb45d0b69e152dd Mon Sep 17 00:00:00 2001 From: Harald Anlauf Date: Tue, 2 Jul 2024 21:26:05 +0200 Subject: [PATCH] Fortran: fix associate with assumed-length character array