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++/69753] [6 Regression] bogus: expected primary-expression before â>â token


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

--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Feb 17 00:50:23 2016
New Revision: 233481

URL: https://gcc.gnu.org/viewcvs?rev=233481&root=gcc&view=rev
Log:
        PR c++/10200
        PR c++/69753
        * call.c, cp-tree.h, name-lookup.c, pt.c, search.c, semantics.c,
        tree.c, typeck2.c: Revert earlier changes.
        * parser.c (cp_parser_lookup_name): Ignore namespace-scope
        non-type templates after -> or .

Added:
    trunk/gcc/testsuite/g++.dg/template/dependent-expr9.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/name-lookup.c
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c
    trunk/gcc/cp/search.c
    trunk/gcc/cp/semantics.c
    trunk/gcc/cp/tree.c
    trunk/gcc/cp/typeck2.c

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