This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r248938 - in /trunk/gcc: cp/ChangeLog cp/name-l...
- From: nathan at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 06 Jun 2017 23:02:49 -0000
- Subject: r248938 - in /trunk/gcc: cp/ChangeLog cp/name-l...
Author: nathan
Date: Tue Jun 6 23:02:49 2017
New Revision: 248938
URL: https://gcc.gnu.org/viewcvs?rev=248938&root=gcc&view=rev
Log:
* name-lookup.c (suggest_alternatives_for): Use qualified lookup
sans using directives. Don't walk into inline namespaces.
* g++.dg/pr45330.C: Add inline namespace case.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/name-lookup.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/pr45330.C