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

From-SVN: r54553
This commit is contained in:
Kriang Lerdsuwanakij 2002-06-12 15:36:55 +00:00 committed by Kriang Lerdsuwanakij
parent 495333a652
commit d65cb654ad
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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)" "" }
};