https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118471
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> --- Seems as if a special case for Fortran pointers is needed, where the a->span has to be replaced by the byte size of the base type. (Needs some special casing for polymorphic types, and deferred-length character/derived type vars - and be it by just not replacing it by the byte size but keeping a->span.)