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

--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mark Eggleston
<markeggles...@gcc.gnu.org>:

https://gcc.gnu.org/g:4d2a56a0f7135469587feacef44cf00e08f71d09

commit r11-3866-g4d2a56a0f7135469587feacef44cf00e08f71d09
Author: Mark Eggleston <markeggles...@gcc.gnu.org>
Date:   Thu Jun 11 14:33:51 2020 +0100

    Fortran  :  ICE in build_field PR95614

    Local identifiers can not be the same as a module name.  Original
    patch by Steve Kargl resulted in name clashes between common block
    names and local identifiers.  A local identifier can be the same as
    a global identier if that identifier is not a module or a program.
    The original patch was modified to reject global identifiers that
    represent a module or a program.

    2020-10-14  Steven G. Kargl  <ka...@gcc.gnu.org>
                Mark Eggleston  <markeggles...@gcc.gnu.org>

    gcc/fortran/ChangeLog:

            PR fortran/95614
            * decl.c (gfc_get_common): Use gfc_match_common_name instead
            of match_common_name.
            * decl.c (gfc_bind_idents): Use gfc_match_common_name instead
            of match_common_name.
            * match.c : Rename match_common_name to gfc_match_common_name.
            * match.c (gfc_match_common): Use gfc_match_common_name instead
            of match_common_name.
            * match.h : Rename match_common_name to gfc_match_common_name.
            * resolve.c (resolve_common_vars): Check each symbol in a
            common block has a global symbol.  If there is a global symbol
            issue an error if the symbol type is a module or a program.

    2020-10-14  Mark Eggleston  <markeggles...@gcc.gnu.org>

    gcc/testsuite/ChangeLog:

            PR fortran/95614
            * gfortran.dg/pr95614_1.f90: New test.
            * gfortran.dg/pr95614_2.f90: New test.
            * gfortran.dg/pr95614_3.f90: New test.
            * gfortran.dg/pr95614_4.f90: New test.
  • [Bug fortran/95614] ICE in b... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to