From: Jason Merrill Date: Tue, 12 Dec 2023 15:20:40 +0000 (-0500) Subject: testsuite: fix is_nothrow_default_constructible8.C X-Git-Tag: basepoints/gcc-15~3676 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc3231b9e72c55c93827232420031a050e4dbe2;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C b/gcc/testsuite/g++.dg/ext/is_nothrow_constructible8.C index c2a0b93ae971..996f6d895ffb 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