Commit 5dc3a78c by Mark Mitchell Committed by Mark Mitchell

re PR c++/8906 (segmentation fault when parsing nested-class definition)

	PR c++/8906
	* g++.dg/template/nested2.C: New test.

From-SVN: r63240
parent 64c7e556
2003-02-21 Mark Mitchell <mark@codesourcery.com> 2003-02-21 Mark Mitchell <mark@codesourcery.com>
PR c++/8906
* g++.dg/template/nested2.C: New test.
2003-02-21 Mark Mitchell <mark@codesourcery.com>
PR c++/8724 PR c++/8724
* g++.dg/expr/dtor1.C: New test. * g++.dg/expr/dtor1.C: New test.
......
template <class T> class CO {
class CI1 {
class CI2;
};
};
template <class T>
class CO<T>::CI1::CI2 {};
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