https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122491
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2026-02-18
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #9 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
With the latest patch attached I get the following results from valgrind:
Before patch:
==1301656== For lists of detected and suppressed errors, rerun with: -s
==1301656== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
After patch:
==1075986== For lists of detected and suppressed errors, rerun with: -s
==1075986== ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0)
I can help commit, please send patch and commit log to the gfortran and
gcc-patches mailing list.
The fix is confirmed here.