r260782 - in /trunk/gcc: cp/ChangeLog cp/class....
jason@gcc.gnu.org
jason@gcc.gnu.org
Fri May 25 21:03:00 GMT 2018
Author: jason
Date: Fri May 25 21:03:07 2018
New Revision: 260782
URL: https://gcc.gnu.org/viewcvs?rev=260782&root=gcc&view=rev
Log:
PR c++/85815 - reference to member of enclosing template.
* search.c (lookup_base): Use currently_open_class.
(lookup_member): Use it regardless of -fconcepts.
* parser.c (cp_parser_postfix_dot_deref_expression): Check it.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-dependent1.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/class.c
trunk/gcc/cp/parser.c
trunk/gcc/cp/search.c
More information about the Gcc-cvs
mailing list