From 49084d390a9dcc0425dcac07a7cb3cfc2f8d6a27 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 14 Nov 2019 01:47:05 +0100 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e45a88ac617..3fa120855db 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2019-11-14 Jakub Jelinek + * 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 6698a366411..c43872d22ce 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 void a(); template struct b; -- 2.30.2