Commit 5c9acdf7 by Kriang Lerdsuwanakij Committed by Kriang Lerdsuwanakij

re PR c++/9022 (using declaration accepted as using directive)

	PR c++/9022
	* g++.dg/lookup/using6.C: New test.

From-SVN: r66928
parent dc1f1d7f
2003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/9022
* g++.dg/lookup/using6.C: New test.
2003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/parse/access2.C: New test.
2003-05-17 Mark Mitchell <mark@codesourcery.com>
......
// { dg-do compile }
// Origin: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
// PR c++/9022, nested namespace in using declaration
namespace gnu {
namespace gcc {
}
}
using gnu::gcc; // { dg-error "namespace" }
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