Landing: 754da29afd63
Project / Subsystem
gcc / libstdc++
Date
2026-05-12
Author
Jonathan Wakely
Commit
754da29afd63cd079ee0921fab346bc212dd0fe7
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libstdc++
- patch_id
- —
- commit_hash
- 754da29afd63cd079ee0921fab346bc212dd0fe7
- source_type
- github
- headline
- Fix -Wsign-compare warning in new test
- tldr
- This commit fixes a sign comparison warning in a new libstdc++ test case.
- author
- Jonathan Wakely
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libstdc++
- • testsuite
- • warning
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-12T00:00:00.000Z
A new test case added to libstdc++ triggered a -Wsign-compare warning. This commit adjusts the code to avoid the warning, improving code quality and preventing potential issues arising from implicit type conversions.