[Bug fortran/95090] ICE: identifier overflow: 129

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 27 19:20:47 GMT 2020


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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Harald Anlauf <anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:c949ec9c4e88d2ff6dbd5b179abddf3703129577

commit r11-670-gc949ec9c4e88d2ff6dbd5b179abddf3703129577
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Wed May 27 21:20:24 2020 +0200

    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 sufficiently large temporary.

    2020-05-27  Harald Anlauf  <anlauf@gmx.de>

    gcc/fortran/
            PR fortran/95090
            * iresolve.c (gfc_get_string): Enlarge temporary for
            name-mangling.

    gcc/testsuite/
            PR fortran/95090
            * gfortran.dg/pr95090.f90: New test.


More information about the Gcc-bugs mailing list