[Bug fortran/90987] Wrong error message with variables named "COMMON*"

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 27 17:52:00 GMT 2019


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

--- Comment #1 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Jun 27 17:52:00 2019
New Revision: 272756

URL: https://gcc.gnu.org/viewcvs?rev=272756&root=gcc&view=rev
Log:
2019-06-27  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/90987
        * match.c (gfc_match_common): Adjust parsing of fixed and free form
        source code containing, e.g., COMMONI.

2019-06-27  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/90987
        * gfortran.dg/common_1.f: new test.
        * gfortran.dg/common_26.f90: Ditto.

Added:
    trunk/gcc/testsuite/gfortran.dg/common_1.f
    trunk/gcc/testsuite/gfortran.dg/common_26.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/match.c
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list