This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af30b83b509 bpf: more flexible support for kernel helpers new b3aa137212b reassoc: Improve maybe_optimize_range_tests [PR96480] new 165843ac435 x86: Restrict new gcc.target/i386/minmax-9.c test to !ia32. new 9c376d1c166 rs6000: Don't ICE when spilling an MMA accumulator new 6251ea15f55 libstdc++: Adjust overflow prevention to operator>> new 6a13a4e3f29 libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
The 5 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/rs6000/mma.md | 22 ++++-- gcc/testsuite/gcc.dg/tree-ssa/pr96480.c | 23 ++++++ gcc/testsuite/gcc.target/i386/minmax-9.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr96446.c | 16 ++++ gcc/tree-ssa-reassoc.c | 88 +++++++++++++++++++--- libstdc++-v3/include/std/istream | 26 +++++-- libstdc++-v3/src/c++17/fs_ops.cc | 6 ++ libstdc++-v3/src/filesystem/ops.cc | 6 ++ .../extractors_character/char/overflow.cc | 21 +++++- .../{char => wchar_t}/overflow.cc | 39 ++++------ 10 files changed, 197 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96480.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr96446.c copy libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/{char => wcha [...]