[Bug fortran/82996] ICE and segfault with derived type finalization
neil.n.carlson at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Nov 16 23:38:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82996
--- Comment #8 from neil.n.carlson at gmail dot com ---
> If I remove 'elemental' for 'subroutine foo_destroy', the segfault is gone.
In that case the final procedure doesn't match the array component and wouldn't
be called. I suspect that is why the segfault is gone.
More information about the Gcc-bugs
mailing list