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-Tag: misc/cutover-git~1277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49084d390a9dcc0425dcac07a7cb3cfc2f8d6a27;p=thirdparty%2Fgcc.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 e45a88ac6173..3fa120855db0 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 6698a3664113..c43872d22ce6 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;