[Bug fortran/93364] [9/10 Regression] ICE in gfc_set_array_spec, at fortran/array.c:879

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 20 12:24:13 GMT 2020


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

--- Comment #3 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:aeb430aadc3c91af50095be924365981d85f8b8a

commit r10-7813-gaeb430aadc3c91af50095be924365981d85f8b8a
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Mon Apr 20 14:20:19 2020 +0200

    PR fortran/93364 - ICE in gfc_set_array_spec, at fortran/array.c:879

    Add missing check in gfc_set_array_spec for sum of rank and corank to not
    exceed GFC_MAX_DIMENSIONS.

    2020-04-20  Harald Anlauf  <anlauf@gmx.de>

            PR fortran/93364
            * array.c (gfc_set_array_spec): Check for sum of rank and corank
            not exceeding GFC_MAX_DIMENSIONS.

    2020-04-20  Harald Anlauf  <anlauf@gmx.de>

            PR fortran/93364
            * gfortran.dg/pr93364.f90: New test.


More information about the Gcc-bugs mailing list