Commit c0b1cc97 by Mark Mitchell Committed by Mark Mitchell

re PR c++/9829 (Missing colon in nested namespace usage causes ICE)

	PR c++/9829
	* g++.dg/parse/namespace6.C: New test.

From-SVN: r63452
parent 8ace9f18
2003-02-25 Mark Mitchell <mark@codesourcery.com>
PR c++/9829
* g++.dg/parse/namespace6.C: New test.
2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
PR target/9732 PR target/9732
......
namespace a {
namespace b {
void foo();
}
}
void
a::b:foo() // { dg-error "" }
{
}
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