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++/87269] [9 Regression] ICE in tsubst_copy, at cp/pt.c:15475 starting from r261802


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

--- Comment #8 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Author: nathan
Date: Fri Nov 16 15:01:55 2018
New Revision: 266210

URL: https://gcc.gnu.org/viewcvs?rev=266210&root=gcc&view=rev
Log:
[PR c++/87269] Mark string operator overload in template defn.

https://gcc.gnu.org/ml/gcc-patches/2018-11/msg01458.html
        PR c++/87269
        * parser.c (lookup_literal_operator): Mark overload for keeping
        when inside template.  Refactor.

        * g++.dg/lookup/pr87269.C: New.

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