Commit f79d4eab by H.J. Lu Committed by H.J. Lu

Remove c++98_only on g++.dg/template/typename21.C

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

From-SVN: r233977
parent ea81ce67
2016-03-04 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/template/typename21.C: Remove c++98_only.
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>
......
// PR c++/70067
// { dg-do compile { target c++98_only } }
// { dg-do compile }
template <class> struct A;
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