Hi Andre, It looks good to me. I am happy to see that the principle of the patch has Richi's blessing too.
OK for mainline. I leave it for you (and Richi?) to decide whether to backport in time for the 14.2 release. Regards Paul On Wed, 17 Jul 2024 at 14:08, Andre Vehreschild <ve...@gmx.de> wrote: > Hi all, > > pinging for attached patch rebased on master and my patch for 78466. > > Anyone in for a review? > > Regtests ok on x86_64-pc-linux-gnu / Fedora 39. Ok for mainline? > > Regards, > Andre > > On Wed, 10 Jul 2024 14:51:53 +0200 > Andre Vehreschild <ve...@gmx.de> wrote: > > > Hi all, > > > > the patch attached fixes the use of an uninitialized variable for the > string > > length in the declaration of the char[1:_len] type (the _len!). The type > for > > save'd deferred length char arrays is now char*, so that there is no > need for > > the length in the type declaration anymore. The length is of course still > > provided and needed later on. > > > > I hope this fixes the ICE in the IPA: inline phase, because I never saw > it. Is > > that what you had in mind @Richard? > > > > Regtests ok on x86_64-pc-linux-gnu/Fedora 39. Ok for mainline? > > > > Regards, > > Andre > > -- > > Andre Vehreschild * Email: vehre ad gmx dot de > > > -- > Andre Vehreschild * Email: vehre ad gmx dot de >