https://gcc.gnu.org/g:c4175e24c96ed97e617da96cc9434802cbaf1742
commit r16-8929-gc4175e24c96ed97e617da96cc9434802cbaf1742 Author: Jonathan Wakely <[email protected]> Date: Mon May 18 23:38:19 2026 +0100 libstdc++: Move std::bitset test to correct directory I added this test in r16-3435-gbbc0e70b610f19 but I'd previously moved the rest of the bitset tests under 20_util, in r13-2778-g4b4b51445f7f3d. This moves the lwg4294.cc test where it belongs. libstdc++-v3/ChangeLog: * testsuite/23_containers/bitset/lwg4294.cc: Move to... * testsuite/20_util/bitset/cons/lwg4294.cc: ...here. (cherry picked from commit 7e0424c107ded5b1cee0c0ece500d30aca9cd3d3) Diff: --- .../testsuite/{23_containers/bitset => 20_util/bitset/cons}/lwg4294.cc | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/libstdc++-v3/testsuite/23_containers/bitset/lwg4294.cc b/libstdc++-v3/testsuite/20_util/bitset/cons/lwg4294.cc similarity index 100% rename from libstdc++-v3/testsuite/23_containers/bitset/lwg4294.cc rename to libstdc++-v3/testsuite/20_util/bitset/cons/lwg4294.cc
