Commit 8adb2194 by Mark Mitchell

re PR c++/18586 (ICE on invalid template member declaration)

	PR c++/18586
	* g++.dg/template/crash27.C: New test.

From-SVN: r91191
parent 39afeb1a
// PR c++/18586
template <int> struct A {
template <int N> int A<N>::i; // { 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