Skip to content

Commit 18e8581

Browse files
committed
increase constexpr-steps for gcc
1 parent 032d66a commit 18e8581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +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
1617

1718
#include <algorithm>
1819
#include <array>

0 commit comments

Comments
 (0)