Am 01.07.25 um 21:54 schrieb Jerry D:
On 7/1/25 12:51 PM, Harald Anlauf wrote:
Dear all,
the attached patch fixes the following minor issues found by running
f951 under valgrind for the just added new testcases coindexed_6.f90
and coindexed_7.f90:
- minor front-end memleaks with non-freed strings and lost GMP variables
(these are simple and obvious fixes)
- an inconsistency between pure/elemental functions being either
non-intrinsic or intrinsic. Checking for the latter was likely missed
from the beginning.
No new testcase.
Regtested on x86_64-pc-linux-gnu. OK for mainline?
Thanks,
Harald
Yes, OK, straight-forward.
Thanks,
Jerry
Thanks, Jerry!
Pushed as r16-1903-gfc029f5d34168c.
Hope it doesn't interfere with Andre's work...
Harald