Commit d5945212 by Kriang Lerdsuwanakij Committed by Kriang Lerdsuwanakij

namespace3.C: Remove extra semicolons.

	* g++.dg/parse/namespace3.C: Remove extra semicolons.
	* g++.dg/parse/namespace4.C: Likewise.

From-SVN: r60880
parent 0bfde487
2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/parse/namespace3.C: Remove extra semicolons.
* g++.dg/parse/namespace4.C: Likewise.
2003-01-03 Nathan Sidwell <nathan@codesourcery.com> 2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/template/ntp2.C: New test. * g++.dg/template/ntp2.C: New test.
......
/* PR c+/3816 */ /* PR c+/3816 */
/* { dg-do compile } */ /* { dg-do compile } */
namespace A {}; namespace A {}
namespace OtherNamespace { namespace OtherNamespace {
...@@ -8,5 +8,5 @@ namespace OtherNamespace { ...@@ -8,5 +8,5 @@ namespace OtherNamespace {
int member; int member;
} A; // used to conflict with A namespace } A; // used to conflict with A namespace
}; // end of namespace } // end of namespace
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* { dg-do compile } */ /* { dg-do compile } */
/* Another conflict between namespace IDs and other things. */ /* Another conflict between namespace IDs and other things. */
namespace A { }; namespace A { }
class B { class B {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment