alias-decl-pr92206-3.C: Require effective target c++14 rather than c++11.
authorJakub Jelinek <jakub@redhat.com>
Thu, 14 Nov 2019 00:47:05 +0000 (01:47 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 14 Nov 2019 00:47:05 +0000 (01:47 +0100)
* g++.dg/cpp0x/alias-decl-pr92206-3.C: Require effective target c++14
rather than c++11.

From-SVN: r278191

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C

index e45a88ac61733898362e1046984903185ebf2dd1..3fa120855db0e0fd0b8dc8d9e34a386b6adaa33a 100644 (file)
@@ -1,5 +1,8 @@
 2019-11-14  Jakub Jelinek  <jakub@redhat.com>
 
+       * g++.dg/cpp0x/alias-decl-pr92206-3.C: Require effective target c++14
+       rather than c++11.
+
        * gfortran.dg/ISO_Fortran_binding_17.c: Include
        ../../../libgfortran/ISO_Fortran_binding.h rather than
        ISO_Fortran_binding.h.
index 6698a3664113cc4b60aecb7e78dc46f3867b6bc7..c43872d22ce681f830313d866d2f9b2d480ab4ec 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-require-effective-target c++11 }
+// { dg-require-effective-target c++14 }
 
 template <typename> void a();
 template <typename> struct b;