https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104874
--- Comment #2 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:dc49c0a46ec96e754e36ccfdfd6e7613efd03f3f commit r16-2484-gdc49c0a46ec96e754e36ccfdfd6e7613efd03f3f Author: Tomasz KamiÅski <tkami...@redhat.com> Date: Thu Jul 24 09:14:38 2025 +0200 libstdc++: Cleaned up string_vector_iterators.cc test [PR104874] Removed the wrong_stuff() function, which was effectively empty for actual test runs. Replaced the manual failure counter with the VERIFY macro to simplify identifying failures. PR libstdc++/104874 libstdc++-v3/ChangeLog: * testsuite/24_iterators/random_access/string_vector_iterators.cc: Reworked. Reviewed-by: Patrick Palka <ppa...@redhat.com> Signed-off-by: Tomasz KamiÅski <tkami...@redhat.com>