From: Jakub Jelinek Date: Thu, 14 Nov 2019 00:47:05 +0000 (+0100) Subject: alias-decl-pr92206-3.C: Require effective target c++14 rather than c++11. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49084d390a9dcc0425dcac07a7cb3cfc2f8d6a27;p=gcc.git 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 --- 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;