[Bug fortran/78387] OpenMP segfault/stack size exceeded writing to internal file

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Aug 20 14:25:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78387

--- Comment #11 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
After thinking about this, I think I have a better idea which gets rid of the
stash completely and will avoid allocating a unit structure for internal units.
To accomplish this, I intend to pass the string, string length and string array
descriptor directly to the dtio child procedures vis hidden arguments. Just
want to capture the idea here for others heads up.


More information about the Gcc-bugs mailing list