]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/20_util/variant/87619.cc
libstdc++: Add missing constexpr to std::variant (P2231R1)
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / variant / 87619.cc
index e83fa0306b611ba7e055df5be8e3fbd38be11240..c87851007f2caa00dba933983cd53cffe0c7804b 100644 (file)
@@ -16,6 +16,8 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile { target c++17 } }
+// FIXME: Need increased timeout due to PR c++/102780
+// { dg-timeout-factor 2 { target c++20 } }
 
 #include <variant>
 #include <utility>