[Bug fortran/80260] [7/8/9 Regression] ICE with polymorphic array section actual argument

pault at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 17 07:16:00 GMT 2018


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

--- Comment #6 from Paul Thomas <pault at gcc dot gnu.org> ---
Author: pault
Date: Wed Oct 17 07:16:16 2018
New Revision: 265232

URL: https://gcc.gnu.org/viewcvs?rev=265232&root=gcc&view=rev
Log:
2018-10-17  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/56386
        PR fortran/58906
        PR fortran/77385
        PR fortran/80260
        PR fortran/82077
        * resolve.c (resolve_variable): Fix up expressions with array
        associate names, where the parser did not detect that this is
        array and there was no array part_ref in the expression.

2018-10-17  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/56386
        PR fortran/58906
        PR fortran/77385
        * gfortran.dg/associate_44.f90 : New test.

        PR fortran/80260
        * gfortran.dg/select_type_45.f90 : New test.

        PR fortran/82077
        * gfortran.dg/select_type_46.f90 : New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/associate_44.f90
    trunk/gcc/testsuite/gfortran.dg/select_type_45.f90
    trunk/gcc/testsuite/gfortran.dg/select_type_46.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.c
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list