This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from ffd676ef2c9 RISC-V: Fix a bug that causes an error insn. new 7f2f7a98fcb i386: Fix grammar typo in diagnostic new 55eb7e92a60 libstdc++: Fix past-the-end increment in std::format [PR110862] new 0f0152a93d1 libstdc++: Constrain __format::_Iter_sink for contiguous it [...] new a059403794a libstdc++: Fix incorrect use of abs and log10 in std::forma [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/i386/i386.cc | 2 +- libstdc++-v3/include/std/format | 22 +++++++-- .../functions/{format_to_n.cc => format_to.cc} | 56 ++++++++++++---------- libstdc++-v3/testsuite/std/format/string.cc | 13 +++++ 4 files changed, 62 insertions(+), 31 deletions(-) copy libstdc++-v3/testsuite/std/format/functions/{format_to_n.cc => format_to.cc} (56%)