Commit 792f871e by Nathan Sidwell Committed by Nathan Sidwell

re PR c++/21929 (ICE on invalid template parameter)

	PR c++/21929
	* g++.dg/parse/crash11.C: Update

From-SVN: r100939
parent e84b8cdf
2005-06-14 Nathan Sidwell <nathan@codesourcery.com>
PR c++/21929
* g++.dg/parse/crash11.C: Update
2005-06-13 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/20030807-10.c: VRP is now expected to
......
......@@ -20,7 +20,7 @@ struct B
struct Template
{
typedef typename A<A<TP>::Template> // { dg-error "mismatch|class template" }
::template Template<T>::Type Type; // { dg-error "unqualified-id" }
::template Template<T>::Type Type; // { dg-error "" }
};
};
template <typename T>
......
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