PR c++/79369
* g++.dg/cpp1z/nested-namespace-def1.C: Adjust.
From-SVN: r248075
2017-05-15 Nathan Sidwell <nathan@acm.org>
+ PR c++/79369
+ * g++.dg/cpp1z/nested-namespace-def1.C: Adjust.
+
PR c++/79369
* g++.dg/cpp0x/pr65558.C: Adjust diagnostic location.
* g++.dg/cpp0x/pr79369.C: New.
inline namespace D::E {} // { dg-error "cannot be inline" }
-namespace F::G:: {} // { dg-error "nested identifier required" }
+namespace F::G:: {} // { dg-error "namespace name required" }
namespace G __attribute ((visibility ("default"))) ::H {} // { dg-error "cannot have attributes" }