https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106320
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Patrick Palka <ppa...@gcc.gnu.org>: https://gcc.gnu.org/g:db19cfdac8ede93172aecc58612171c239c993ad commit r13-2629-gdb19cfdac8ede93172aecc58612171c239c993ad Author: Patrick Palka <ppa...@redhat.com> Date: Mon Sep 12 15:05:04 2022 -0400 libstdc++: Add already-accepted <ranges> testcase [PR106320] Although PR106320 affected only the 10 and 11 branches, and the testcase from there is already correctly accepted on trunk and the 12 branch, we still should add the testcase to trunk/12 too for inter-branch consistency. PR libstdc++/106320 libstdc++-v3/ChangeLog: * testsuite/std/ranges/adaptors/join.cc (test13): New test.