[Bug fortran/122902] [PDT] seg fault on assigning composite PDT array section to allocatable array
pault at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Feb 15 09:46:40 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122902
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2026-02-15
CC| |pault at gcc dot gnu.org
Ever confirmed|0 |1
Blocks| |82173
--- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> ---
Somehow this one slipped through the net, even though it is present in my PDT
directory.
The non-PDT version leaks memory but does not emit the free(): invalid pointer.
The offending line is mini_batch = input_output_pairs(1:1), which makes this PR
look very much like the trainable network failure in fiats!
Therefore, I have added it to the PDT meta-bug.
Paul
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82173
[Bug 82173] [meta-bug] [PDT] Parameterized derived type errors
More information about the Gcc-bugs
mailing list