aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-11-14 01:47:05 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2019-11-14 01:47:05 +0100
commit49084d390a9dcc0425dcac07a7cb3cfc2f8d6a27 (patch)
tree940c5f33af227edaeda2a32f7d464aaeca561ad6 /gcc
parentdec231be7fb106ecb06a5123d8116fd3d0b06075 (diff)
downloadgcc-49084d390a9dcc0425dcac07a7cb3cfc2f8d6a27.zip
gcc-49084d390a9dcc0425dcac07a7cb3cfc2f8d6a27.tar.gz
gcc-49084d390a9dcc0425dcac07a7cb3cfc2f8d6a27.tar.bz2
alias-decl-pr92206-3.C: Require effective target c++14 rather than c++11.
* g++.dg/cpp0x/alias-decl-pr92206-3.C: Require effective target c++14 rather than c++11. From-SVN: r278191
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e45a88a..3fa1208 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C b/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C
index 6698a36..c43872d 100644
--- a/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C
+++ b/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C
@@ -1,4 +1,4 @@
-// { dg-require-effective-target c++11 }
+// { dg-require-effective-target c++14 }
template <typename> void a();
template <typename> struct b;