This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/88304] [9 Regression] ICE in use_pointer_in_frame, at tree-nested.c:267


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

--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sat Dec  8 13:37:49 2018
New Revision: 266907

URL: https://gcc.gnu.org/viewcvs?rev=266907&root=gcc&view=rev
Log:
        PR fortran/88304
        * tree-nested.c (convert_local_reference_stmt): Handle clobbers where
        lhs is not a decl normally, don't call use_pointer_in_frame on that
        lhs.

        * gfortran.fortran-torture/compile/pr88304-2.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.fortran-torture/compile/pr88304-2.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-nested.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]