Skip to content

Commit d5130b5

Browse files
committed
Try bumping constexpr ops limit on GCC
1 parent 6c10833 commit d5130b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// stable_sort(RandomAccessIterator first, RandomAccessIterator last);
1414

1515
// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=20000000
16-
// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-ops-limit): -fconstexpr-ops-limit=80000000
16+
// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-ops-limit): -fconstexpr-ops-limit=100000000
1717

1818
#include <algorithm>
1919
#include <cassert>

0 commit comments

Comments
 (0)