[libcxx-commits] [libcxx] [libc++] constexpr deque (PR #129368)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 11 04:09:37 PDT 2026
================
@@ -8,6 +8,9 @@
//
// REQUIRES: long_tests
+// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=4294967295
+// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-ops-limit): -fconstexpr-ops-limit=4294967295
----------------
frederick-vs-ja wrote:
Ditto, `insert_size_value.pass.cpp` is so heavy that even such an insane limit didn't work,
https://github.com/llvm/llvm-project/pull/129368
More information about the libcxx-commits
mailing list