https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79369
--- Comment #6 from Nathan Sidwell ---
Author: nathan
Date: Mon May 15 20:26:19 2017
New Revision: 248075
URL: https://gcc.gnu.org/viewcvs?rev=248075&root=gcc&view=rev
Log:
PR c++/79369
* g++.dg/cpp1z/nested-namespace-def1.C: Adj
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79369
Nathan Sidwell changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79369
--- Comment #4 from Nathan Sidwell ---
Author: nathan
Date: Mon May 15 19:35:52 2017
New Revision: 248073
URL: https://gcc.gnu.org/viewcvs?rev=248073&root=gcc&view=rev
Log:
gcc/cp/
PR c++/79369
* cp-tree.h (DECL_NAMESPACE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79369
--- Comment #3 from Nathan Sidwell ---
Author: nathan
Date: Tue Feb 7 18:02:05 2017
New Revision: 245252
URL: https://gcc.gnu.org/viewcvs?rev=245252&root=gcc&view=rev
Log:
PR c++/79369 inline namespaces
gcc/cp
* cp-tree.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79369
--- Comment #2 from Nathan Sidwell ---
r245252 on c++-modules has a patch (for when stage 1 opens)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79369
--- Comment #1 from Nathan Sidwell ---
Ah 'namespace X::Y' is permitted to create namespace X. However the following
is ill-formed, but we accept w/o error:
namespace X {}
inline namespace X {} // ERROR
inline namespace Y {}
namespace Y {} //
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79369
Nathan Sidwell changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|