]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2014-08-25 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Aug 2014 10:24:17 +0000 (10:24 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Aug 2014 10:24:17 +0000 (10:24 +0000)
* g++.old-deja/g++.pt/var1.C: Use c++14, not c++1y, in dg-error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214416 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/var1.C

index eb06e0bc7220ea66382c74051e7d2433f60ce675..7ad06f0eacac42856bc991b66b65f655418246ea 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-25  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * g++.old-deja/g++.pt/var1.C: Use c++14, not c++1y, in dg-error.
+
 2014-08-25  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/34938
index 08d65e9a8272c076b39a019ae15ec93baed7815e..a94c3172920cc5768284e4b9d8c374643cce77c7 100644 (file)
@@ -1,4 +1,4 @@
 // { dg-do assemble  }
 // Origin: Jason Merrill <jason@cygnus.com>
 
-template <class T> T t; // { dg-error "" "" { target { ! c++1y } } } template declaration of t
+template <class T> T t; // { dg-error "" "" { target { ! c++14 } } } template declaration of t