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

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

https://gcc.gnu.org/g:1e20cd1b583347cb2ea8591a45d99df143f7c41a

commit r10-8255-g1e20cd1b583347cb2ea8591a45d99df143f7c41a
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.

Reply via email to