Landing: c30a026bebeb
Project / Subsystem
gcc / libstdc++
Date
2026-05-15
Author
Tomasz Kamiński
Commit
c30a026bebebd19db124f60412f3ddcab291c900
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libstdc++
- patch_id
- —
- commit_hash
- c30a026bebebd19db124f60412f3ddcab291c900
- source_type
- github
- headline
- Libstdc++: Use IANA name for ISO-8859-1 in format tests.
- tldr
- Libstdc++ format tests now consistently use the IANA name for ISO-8859-1 encoding and require iconv support.
- author
- Tomasz Kamiński
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libstdc++
- • character encoding
- • iso-8859-1
- • iana
- • iconv
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-15T00:00:00.000Z
Libstdc++ format tests now consistently use the IANA name for the ISO-8859-1 character encoding (instead of aliases, which may not be universally supported) and ensure that iconv support is available. This change enhances the robustness and portability of the tests. The tests now specify -fexec-charset=ISO-8859-1 and include dg-require-iconv to verify iconv support.