Commit ea81ce67 by H.J. Lu Committed by H.J. Lu

Replace c++98 with c++98_only

	* g++.dg/template/typename21.C: Replace c++98 with c++98_only.

From-SVN: r233975
parent b54eff8b
2016-03-04 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/template/typename21.C: Replace c++98 with c++98_only.
2016-03-04 David Malcolm <dmalcolm@redhat.com> 2016-03-04 David Malcolm <dmalcolm@redhat.com>
PR c/68187 PR c/68187
......
// PR c++/70067 // PR c++/70067
// { dg-do compile { target c++98 } } // { dg-do compile { target c++98_only } }
template <class> struct A; template <class> struct A;
template <class T> struct B { struct N { }; }; template <class T> struct B { struct N { }; };
......
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