* g++.dg/cpp0x/alias-decl-pr92206-3.C: Require effective target c++14
rather than c++11.
From-SVN: r278191
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.
-// { dg-require-effective-target c++11 }
+// { dg-require-effective-target c++14 }
template <typename> void a();
template <typename> struct b;