Commit d65cb654 by Kriang Lerdsuwanakij Committed by Kriang Lerdsuwanakij

* g++.dg/template/typename2.C: Update error message.

From-SVN: r54553
parent 495333a6
2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/template/typename2.C: Update error message.
2002-06-12 Hans-Peter Nilsson <hp@axis.com>
* gcc.c-torture/execute/20020611-1.c: New test.
......
......@@ -21,5 +21,5 @@ class ctype : public __ctype_abstract_base<_CharT>
template<typename _CharT>
class ctype2 : public __ctype_abstract_base<_CharT>
{
typedef mask mask; // { dg-warning "(`typename )|(implicit typename)" "" }
typedef mask mask; // { dg-warning "(implicitly a typename)|(implicit typename)" "" }
};
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