This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bc0e18a960f Fix PR libcc1/113977 new b83f3cd3ff7 c++: -Wuninitialized when binding a ref to uninit DM [PR113987] new 2f43ad6a60a AVR: target/114132 - Code sets up a frame pointer without need. new f5cdda8acb0 libstdc++: Fix conditions for using memcmp in std::lexicogr [...] new 02ca9d3f0c5 libstdc++: Fix std::basic_format_arg::handle for BasicFormatters
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/avr/avr.cc | 7 +++- gcc/config/avr/avr.h | 4 +++ gcc/cp/call.cc | 24 +++++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/init.cc | 3 +- gcc/testsuite/g++.dg/warn/Wuninitialized-15.C | 3 +- gcc/testsuite/g++.dg/warn/Wuninitialized-34.C | 32 +++++++++++++++++ gcc/testsuite/gcc.target/avr/pr114132-1.c | 15 ++++++++ gcc/testsuite/gcc.target/avr/torture/pr114132-2.c | 22 ++++++++++++ libstdc++-v3/include/bits/stl_algobase.h | 41 ++++++++++++---------- libstdc++-v3/include/std/format | 6 +--- .../lexicographical_compare_three_way/113960.cc | 15 ++++++++ .../testsuite/std/format/formatter/basic.cc | 24 +++++++++++++ 13 files changed, 169 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-34.C create mode 100644 gcc/testsuite/gcc.target/avr/pr114132-1.c create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr114132-2.c create mode 100644 libstdc++-v3/testsuite/25_algorithms/lexicographical_compare_th [...] create mode 100644 libstdc++-v3/testsuite/std/format/formatter/basic.cc