mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
This checks if format string using as fill character an Unicode code-point, that is encoded as multiple code units, is rejected when literal encoding is not Unicode. libstdc++-v3/ChangeLog: * testsuite/std/format/fill.cc: New test. * testsuite/std/format/fill_nonunicode.cc: New test. Reviewed-by: Jonathan Wakely <jwakely@redhat.com> Signed-off-by: Tomasz Kamiński <tkaminsk@redhat.com>