This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b8634efdb75 libstdc++: Stop using some reserved names in src/c++20/atomic.cc new d321c9ddf87 Fix extra_off mis-computation during aggregate copy VN new 1c7824f0b88 tree-optimization/122830 - move VN through aggregate copies new 6d8cb718431 s390: Fix ABI issue in libstdc++.so.6
The 3 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/testsuite/g++.dg/warn/Warray-bounds-pr122824.C | 15 ++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-112.c | 27 ++++++++++ gcc/tree-ssa-sccvn.cc | 57 +++++++++++++--------- .../abi/post/s390x-linux-gnu/baseline_symbols.txt | 3 -- libstdc++-v3/config/abi/pre/gnu.ver | 14 ++++++ 5 files changed, 89 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-pr122824.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-112.c