On Fri, May 15, 2026 at 11:07:40AM +0200, Tomasz Kamiński wrote:
> --- /dev/null
> +++ b/libstdc++-v3/testsuite/std/format/debug_nonunicode_neg.cc
> @@ -0,0 +1,18 @@
> +// { dg-options "-fexec-charset=ISO8859-1" }
I think this should be ISO-8859-1 instead
> +// { dg-do compile { target c++26 } }
> +// { dg-require-effective-target cxx11_abi }
I think this is missing
// { dg-require-iconv "ISO-8859-1" }
Not all target support all -fexec-charset= arguments.
Jakub
