Commit 401f376d by Mark Mitchell Committed by Mark Mitchell

re PR c++/5754 (g++ segfaults on compilation of template-enriched code)

	PR c++/5754
	* g++.dg/parse/crash6.C: New test.

From-SVN: r68423
parent 71b46021
2003-06-24 Mark Mitchell <mark@codesourcery.com>
PR c++/5754
* g++.dg/parse/crash6.C: New test.
2003-06-23 Roger Sayle <roger@eyesopen.com>
* gcc.dg/builtins-24.c: New test case.
......
struct P {};
template <typename >
struct O
{
struct I;
};
template <typename T>
struct O<T>::I::S : P {}; // { 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