Increase GFC_MAX_MANGLED_SYMBOL_LEN to handle submodule names.
authorAndrew Benson <abenson@carnegiescience.edu>
Tue, 28 Jan 2020 18:12:23 +0000 (18:12 +0000)
committerAndrew Benson <abenson@carnegiescience.edu>
Tue, 28 Jan 2020 18:12:23 +0000 (18:12 +0000)
commitad690d79cfbb905c5546c9333c5fd089d906505b
treefb438caef385228d05ed42b6db90c165a5d5e718
parenta83b5cc5828ee34471de415e8893242dd3b0a91b
Increase GFC_MAX_MANGLED_SYMBOL_LEN to handle submodule names.

        PR fortran/93461
        * trans.h: Increase GFC_MAX_MANGLED_SYMBOL_LEN to
        GFC_MAX_SYMBOL_LEN*3+5 to allow for inclusion of submodule name,
        plus the "." between module and submodule names.
        * gfortran.dg/pr93461.f90: New test.
gcc/fortran/ChangeLog
gcc/fortran/trans.h
gcc/testsuite/gfortran.dg/pr93461.f90 [new file with mode: 0644]