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 c++/84263] [8 Regression] ICE in lookup_page_table_entry at gcc/ggc-page.c:646 on valid C++ code


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

--- Comment #4 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Author: nathan
Date: Mon Feb 12 11:58:40 2018
New Revision: 257584

URL: https://gcc.gnu.org/viewcvs?rev=257584&root=gcc&view=rev
Log:
[PR c++/84263] GC ICE with decltype

https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00435.html
        PR c++/84263
        * parser.c (cp_parser_decltype): Push and pop
        deferring_access_checks.  Reorganize to avoid goto.

        * g++.dg/parse/pr84263.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/parse/pr84263.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog

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