re PR c++/79369 (namespace definition with qualified id)
authorNathan Sidwell <nathan@acm.org>
Mon, 15 May 2017 20:26:19 +0000 (20:26 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 15 May 2017 20:26:19 +0000 (20:26 +0000)
PR c++/79369
* g++.dg/cpp1z/nested-namespace-def1.C: Adjust.

From-SVN: r248075

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp1z/nested-namespace-def1.C

index 65fe9e3..a898522 100644 (file)
@@ -1,6 +1,9 @@
 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.
 
index 3980174..680b907 100644 (file)
@@ -11,7 +11,7 @@ A::B::C::T::U::V::Y y;
 
 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" }