https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124290
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Rainer Orth <[email protected]>: https://gcc.gnu.org/g:c7d056184dfd80fe0b505be747f15f933ba6f613 commit r16-8056-gc7d056184dfd80fe0b505be747f15f933ba6f613 Author: Rainer Orth <[email protected]> Date: Thu Mar 12 20:46:22 2026 +0100 libstdc++: Increase timeout for 23_containers/mdspan/submdspan tests [PR124290] The 23_containers/mdspan/submdspan/selections tests often time out on Solaris/SPARC: WARNING: 23_containers/mdspan/submdspan/selections/left_padded.cc -std=gnu++26 (test for excess errors) program timed out. FAIL: 23_containers/mdspan/submdspan/selections/left_padded.cc -std=gnu++26 (test for excess errors) Even on an unloaded system, compilation takes ca. 4 minutes, close to the default DejaGnu timeout of 5 minutes. Setting/increasing the timeout factor to 2 was not enough, so this patch raises it to 4 for all 5 tests. Tested on sparc-sun-solaris2.11 and x86_64-pc-linux-gnu. 2026-03-06 Rainer Orth <[email protected]> libstdc++-v3: PR libstdc++/124290 * testsuite/23_containers/mdspan/submdspan/selections/left_padded.cc: Use dg-timeout-factor 4. * testsuite/23_containers/mdspan/submdspan/selections/left.cc: * testsuite/23_containers/mdspan/submdspan/selections/right_padded.cc: * testsuite/23_containers/mdspan/submdspan/selections/right.cc: Likewise. * testsuite/23_containers/mdspan/submdspan/selections/stride.cc: Likewise.
