Re: [PATCH] fortran: [PR53296] Fix character array-ctor function called, twice
Mikael Morin <[email protected]> Wed, 22 Jul 2026 09:33:38 +0200
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
Le 22/07/2026 à 00:18, Jerry DeLisle a écrit : > Hi all, > > The attached patch fixes this per the ChangeLog. While testing the > double call fix I discovered the a memory leak problem. The patch is > fairly straight forward. > > Regression tested on x86_64. New test case. > > Ok for mainline? Looks good, yes. Thanks.