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++/80866] [8 Regression] segfault in is_overloaded_fn()


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

--- Comment #2 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Author: nathan
Date: Tue May 23 17:04:56 2017
New Revision: 248377

URL: https://gcc.gnu.org/viewcvs?rev=248377&root=gcc&view=rev
Log:
        PR c++/80866
        * parser.c (cp_parser_template_id): Keep the lookup when stashing
        the template_id.

        PR c++/80866
        * g++.dg/parse/pr80866.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/parse/pr80866.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]