diff mbox series

[pushed] testsuite: fix is_nothrow_default_constructible8.C

Message ID 20231212174845.1197227-1-jason@redhat.com
State New
Headers show
Series [pushed] testsuite: fix is_nothrow_default_constructible8.C | expand

Commit Message

Jason Merrill Dec. 12, 2023, 5:48 p.m. UTC
Tested x86_64-pc-linux-gnu, applying to trunk.

-- 8< --

This testcase uses variable templates, a C++14 feature.

gcc/testsuite/ChangeLog:

	* g++.dg/ext/is_nothrow_constructible8.C: Require C++14.
---
 gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 321477fc3a0f8de18c4452f431309f896ae3a854
diff mbox series

Patch

diff --git a/gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C b/gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C
index c2a0b93ae97..996f6d895ff 100644
--- a/gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C
+++ b/gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C
@@ -1,4 +1,4 @@ 
-// { dg-do compile { target c++11 } }
+// { dg-do compile { target c++14 } }
 // PR c++/96090
 
 template <typename T>