]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Use IANA name for ISO-8859-1 in format tests.
authorTomasz Kamiński <tkaminsk@redhat.com>
Fri, 15 May 2026 09:53:51 +0000 (11:53 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Fri, 15 May 2026 09:57:32 +0000 (11:57 +0200)
commitc30a026bebebd19db124f60412f3ddcab291c900
tree1065e9e44ceddb63ba60a606c7e09580543a48e4
parent26aae2119eb79bfbea23b86ea1a58f9a3a0911a6
libstdc++: Use IANA name for ISO-8859-1 in format tests.

Use IANA name for ISO-8859-1 as "-fexec-charset=" and add dg-require-iconv,
to make sure it is supported.

libstdc++-v3/ChangeLog:

* testsuite/std/format/debug_nonunicode.cc: Pass ISO-8859-1 as
exec-charset and make sure that it is supported.
* testsuite/std/format/fill_nonunicode.cc: Likewise.
libstdc++-v3/testsuite/std/format/debug_nonunicode.cc
libstdc++-v3/testsuite/std/format/fill_nonunicode.cc