Landing: 7e0424c107de
Project / Subsystem
gcc / libstdc++
Date
2026-05-18
Author
Jonathan Wakely
Commit
7e0424c107ded5b1cee0c0ece500d30aca9cd3d3
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libstdc++
- patch_id
- —
- commit_hash
- 7e0424c107ded5b1cee0c0ece500d30aca9cd3d3
- source_type
- github
- headline
- libstdc++: Move std::bitset test to correct directory
- tldr
- Moves a std::bitset test file to the correct directory in the libstdc++ testsuite.
- author
- Jonathan Wakely
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libstdc++
- • testsuite
- • organization
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-18T00:00:00.000Z
A test file for std::bitset, lwg4294.cc, was moved to the correct directory within the libstdc++ testsuite. The test was initially added to an incorrect location and this commit moves it to align with other bitset tests under the 20_util/bitset/cons/ directory.