]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Replace c++98 with c++98_only
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 4 Mar 2016 19:41:35 +0000 (19:41 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 4 Mar 2016 19:41:35 +0000 (11:41 -0800)
* g++.dg/template/typename21.C: Replace c++98 with c++98_only.

From-SVN: r233975

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/typename21.C

index 3c5caacb9f11f4355dcb926f8957afad3e4a5e73..881e12afcbfbfb893e90cfc0206ad4e440745364 100644 (file)
@@ -1,3 +1,7 @@
+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/68187
index e5e59b1efd379f2a68be969b73ba595cdf92ab2f..265ebffdfe04d0f4496401d01582ad9aa9bd2c73 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/70067
-// { dg-do compile { target c++98 } }
+// { dg-do compile { target c++98_only } }
 
 template <class> struct A;
 template <class T> struct B { struct N { }; };