[Bug fortran/98472] internal compiler error: in gfc_conv_expr_descriptor, at fortran/trans-array.c:7352

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 27 09:13:03 GMT 2021


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

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

https://gcc.gnu.org/g:003f0414291d595d2126e6d2e24b281f38f3448f

commit r11-6924-g003f0414291d595d2126e6d2e24b281f38f3448f
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Wed Jan 27 09:12:16 2021 +0000

    Fortran: Fix ICE due to elemental procedure pointers [PR98472].

    2021-01-27  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/98472
            * trans-array.c (gfc_conv_expr_descriptor): Include elemental
            procedure pointers in the assert under the comment 'elemental
            function' and eliminate the second, spurious assert.

    gcc/testsuite/
            PR fortran/98472
            * gfortran.dg/elemental_function_5.f90 : New test.


More information about the Gcc-bugs mailing list