Commit 49084d39 by Jakub Jelinek Committed by Jakub Jelinek

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
parent dec231be
2019-11-14 Jakub Jelinek <jakub@redhat.com> 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 * gfortran.dg/ISO_Fortran_binding_17.c: Include
../../../libgfortran/ISO_Fortran_binding.h rather than ../../../libgfortran/ISO_Fortran_binding.h rather than
ISO_Fortran_binding.h. ISO_Fortran_binding.h.
......
// { dg-require-effective-target c++11 } // { dg-require-effective-target c++14 }
template <typename> void a(); template <typename> void a();
template <typename> struct b; template <typename> struct b;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment