re PR fortran/90988 (Wrong error message with variables named "PUBLIC*")
authorSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 1 Nov 2019 16:27:38 +0000 (16:27 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 1 Nov 2019 16:27:38 +0000 (16:27 +0000)
commitc7e3443332f8c97305d401e1a35cd65a15ada235
tree38c51290fc835a6be42b6ccef728fa852515d474
parent783aea334097f8cb6dba904128ce34708373af1c
re PR fortran/90988 (Wrong error message with variables named "PUBLIC*")

2019-11-01  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/90988
* decl.c (gfc_match_private, gfc_match_public): Fixed-form source code
does not require whitespace between PRIVATE (or PUBLIC) and an entity.

2019-11-01  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/90988
* gfortran.dg/pr90988_4.f: New test.

From-SVN: r277714
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr90988_4.f [new file with mode: 0644]