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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Harald Anlauf
<anl...@gcc.gnu.org>:

https://gcc.gnu.org/g:371739d01d00ae4c55902e0937b73ddee7d66391

commit r9-8655-g371739d01d00ae4c55902e0937b73ddee7d66391
Author: Harald Anlauf <anl...@gmx.de>
Date:   Sun May 24 21:35:04 2020 +0200

    PR fortran/95106 - truncation of long symbol names with EQUIVALENCE

            For long module names, the generated name-mangled symbol was
            truncated, leading to bogus warnings about COMMON block
            mismatches.  Provide sufficiently large temporaries.

    gcc/fortran/

    2020-05-24  Harald Anlauf  <anl...@gmx.de>

            PR fortran/95106
            * trans-common.c (gfc_sym_mangled_common_id): Enlarge temporaries
            for name-mangling.

    gcc/testsuite/

    2020-05-24  Harald Anlauf  <anl...@gmx.de>

            PR fortran/95106
            * gfortran.dg/equiv_11.f90: New test.

    (cherry picked from commit d176184d98a00ab379ae5959aed1908a79995e6b)

Reply via email to