This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r226693 - in /branches/c++-concepts: ChangeLog....
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 06 Aug 2015 18:06:47 -0000
- Subject: r226693 - in /branches/c++-concepts: ChangeLog....
Author: jason
Date: Thu Aug 6 18:06:47 2015
New Revision: 226693
URL: https://gcc.gnu.org/viewcvs?rev=226693&root=gcc&view=rev
Log:
* search.c (lookup_member): Lookup in currently open specialization.
* class.c (currently_open_class): Return tree.
* cp-tree.h: Adjust.
Added:
branches/c++-concepts/gcc/testsuite/g++.dg/concepts/partial-spec4.C
Modified:
branches/c++-concepts/ChangeLog.concepts
branches/c++-concepts/gcc/cp/class.c
branches/c++-concepts/gcc/cp/cp-tree.h
branches/c++-concepts/gcc/cp/search.c