aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2023-12-12 10:20:40 -0500
committerJason Merrill <jason@redhat.com>2023-12-12 12:47:21 -0500
commit6cc3231b9e72c55c93827232420031a050e4dbe2 (patch)
tree418d8a4fae53e5e3cc2af58bc4ed7879d68fdb12
parentde072b52292dc5218845904eee709c35a1418c3b (diff)
downloadgcc-6cc3231b9e72c55c93827232420031a050e4dbe2.zip
gcc-6cc3231b9e72c55c93827232420031a050e4dbe2.tar.gz
gcc-6cc3231b9e72c55c93827232420031a050e4dbe2.tar.bz2
testsuite: fix is_nothrow_default_constructible8.C
This testcase uses variable templates, a C++14 feature. gcc/testsuite/ChangeLog: * g++.dg/ext/is_nothrow_constructible8.C: Require C++14.
-rw-r--r--gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C b/gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C
index c2a0b93..996f6d8 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>