]> gcc.gnu.org Git - gcc.git/commitdiff
testsuite: fix is_nothrow_default_constructible8.C
authorJason Merrill <jason@redhat.com>
Tue, 12 Dec 2023 15:20:40 +0000 (10:20 -0500)
committerJason Merrill <jason@redhat.com>
Tue, 12 Dec 2023 17:47:21 +0000 (12:47 -0500)
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

index c2a0b93ae971c1a82327bab3ce38669a497ae2d9..996f6d895ffb62bad9b2668074fcdea7a6265737 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile { target c++11 } }
+// { dg-do compile { target c++14 } }
 // PR c++/96090
 
 template <typename T>
This page took 0.067221 seconds and 5 git commands to generate.