This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d1b1969566 libstdc++: Fix handling of common cpp20-only ranges for fla [...] new 039cc508670 libstdc++: Cast -1 to size_t in <format> [PR119429] new 7679b826840 opcodes: fix wrong code in expand_binop_directly [PR117811]
The 2 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/optabs.cc | 24 ++++++++++++------------ gcc/testsuite/gcc.dg/torture/pr117811.c | 27 +++++++++++++++++++++++++++ libstdc++-v3/include/std/format | 2 +- 3 files changed, 40 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr117811.c