https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104874
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tomasz Kaminski <tkami...@gcc.gnu.org>: https://gcc.gnu.org/g:8c2b3377a28b55279cabf586547cf25c0734d563 commit r16-3276-g8c2b3377a28b55279cabf586547cf25c0734d563 Author: Tomasz KamiÅski <tkami...@redhat.com> Date: Tue Aug 19 10:58:04 2025 +0200 libstdc++: Restore call to test6642 in string_vector_iterators.cc test [PR104874] The test call was accidentally omitted in r16-2484-gdc49c0a46ec96e, a commit that refactored this test file. This patch adds it back. PR libstdc++/104874 libstdc++-v3/ChangeLog: * testsuite/24_iterators/random_access/string_vector_iterators.cc: Call test6642.