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

pault at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Jan 27 18:54:00 GMT 2019


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

--- Comment #11 from Paul Thomas <pault at gcc dot gnu.org> ---
Author: pault
Date: Sun Jan 27 18:53:47 2019
New Revision: 268317

URL: https://gcc.gnu.org/viewcvs?rev=268317&root=gcc&view=rev
Log:
2019-01-27  Paul Thomas  <pault@gcc.gnu.org>

        Backport from trunk
        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.
        * trans-expr.c (gfc_find_and_cut_at_last_class_ref): base_expr
        should be a copy of e and not the initialization expr.

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

        Backport from trunk
        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:
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/associate_44.f90
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/select_type_45.f90
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/select_type_46.f90
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/fortran/resolve.c
    branches/gcc-7-branch/gcc/fortran/trans-expr.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list