Re: [PATCH] PR fortran/95090 - ICE: identifier overflow

2020-05-27 Thread Thomas Koenig via Gcc-patches
Am 26.05.20 um 23:16 schrieb Harald Anlauf: Yet another obvious case of insufficient size of a temporary buffer. OK for master? Yes. Thanks a lot! Regards Thomas

[PATCH] PR fortran/95090 - ICE: identifier overflow

2020-05-26 Thread Harald Anlauf
Yet another obvious case of insufficient size of a temporary buffer. OK for master? Thanks, Harald PR fortran/95090 - ICE: identifier overflow For long module name, derive type and component name, the generated name-mangled symbol did not fit into a buffer when coarrays were enabled. Provide