[Bug libstdc++/115433] unexpected increase of testsuite execution time

2024-06-11 Thread jbeulich at suse dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115433 --- Comment #3 from jbeulich at suse dot com --- (In reply to Jonathan Wakely from comment #1) > What's the baseline for comparisons, the 13.x releases? Oh, sorry, I should of course have mentioned that: Yes, 13.3.0. > Another possible culprit

[Bug libstdc++/115433] unexpected increase of testsuite execution time

2024-06-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115433 --- Comment #2 from Jonathan Wakely --- I haven't noticed this myself because my ~/.dejagnurc contains: if { [info exists v3-use-std-list] } { # v3-dg-runtest supports running tests with multiple -std options. set v3_std_list { 98 11 14 17

[Bug libstdc++/115433] unexpected increase of testsuite execution time

2024-06-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115433 --- Comment #1 from Jonathan Wakely --- What's the baseline for comparisons, the 13.x releases? We could make this change for release branches, so that C++20 and C++23 tests are not also run for C++26: --- a/libstdc++-v3/testsuite/lib/libstdc+