Commit 74dd1333 by Kriang Lerdsuwanakij Committed by Kriang Lerdsuwanakij

* g++.dg/warn/implicit-typename1.C: Remove warning.

From-SVN: r63605
parent 27f94314
2003-03-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/warn/implicit-typename1.C: Remove warning.
2003-02-28 Richard Henderson <rth@redhat.com> 2003-02-28 Richard Henderson <rth@redhat.com>
* gcc.dg/noreturn-1.c: Move noreturn warning line. * gcc.dg/noreturn-1.c: Move noreturn warning line.
......
...@@ -13,5 +13,5 @@ template <typename T> struct C { ...@@ -13,5 +13,5 @@ template <typename T> struct C {
}; };
template <typename T> struct A : public C<T> { template <typename T> struct A : public C<T> {
typedef X<int> X; // { dg-warning "lookup|dependent base|typename" } typedef X<int> X;
}; };
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