[Bug fortran/93423] [8/9/10/11 Regression] ICE on invalid with argument list for module procedure

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 2 18:48:48 GMT 2020


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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Harald Anlauf <anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:b88744905a46be44ffa3c57d46080f601ae832b8

commit r11-1792-gb88744905a46be44ffa3c57d46080f601ae832b8
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Thu Jul 2 20:48:16 2020 +0200

    PR fortran/93423 - ICE on invalid with argument list for module procedure

    When recovering from an error, a NULL pointer dereference could occur.
    Check for that situation and punt.

    gcc/fortran/
            PR fortran/93423
            * resolve.c (resolve_symbol): Avoid NULL pointer dereference.


More information about the Gcc-bugs mailing list