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

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

https://gcc.gnu.org/g:88b44ed719378a52e001a474bcf963ea4c4841b1

commit r8-10337-g88b44ed719378a52e001a474bcf963ea4c4841b1
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.

    (cherry picked from commit 624e60f080989fa57756575a0bb47a97748b52b8)

Reply via email to