Landing: 534c08d174fa
Project / Subsystem
gcc / libstdc++
Date
2026-05-13
Author
Jonathan Wakely
Commit
534c08d174fa080902d5e30db0011bed52a24ac3
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libstdc++
- patch_id
- —
- commit_hash
- 534c08d174fa080902d5e30db0011bed52a24ac3
- source_type
- github
- headline
- Add call to test_format in std/time/clock/local/io.cc
- tldr
- This change adds a missing call to `test_format` in a libstdc++ test file.
- author
- Jonathan Wakely
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libstdc++
- • testsuite
- • time
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-13T00:00:00.000Z
The test_format function in std/time/clock/local/io.cc was defined but never called. This commit adds the missing call, ensuring the test case is properly executed.