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

--- Comment #2 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:624e60f080989fa57756575a0bb47a97748b52b8

commit r11-1753-g624e60f080989fa57756575a0bb47a97748b52b8
Author: Mark Eggleston <markeggles...@gcc.gnu.org>
Date:   Tue Jun 23 11:01:28 2020 +0100

    Fortran  : Bogus error with additional blanks in type(*) PR95829

    Checking for "* ) " instead of "*)" clears the bogus error.

    2020-07-01  Steven G. Kargl  <ka...@gcc.gnu.org>

    gcc/fortran/

            PR fortran/95829
            * decl.c (gfc_match_decl_type_spec): Compare with "* ) " instead
            of "*)".

    2020-07-01  Mark Eggleston  <markeggles...@gcc.gnu.org>

    gcc/testsuite/

            PR fortran/95829
            * gfortran.dg/pr95829.f90: New test.

Reply via email to