This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 380a681518c tree-optimization/94965 - fix typo in vec_info * passing new a7b76d574b1 match.pd: Optimize ~(~X +- Y) into (X -+ Y) [PR94921] new 19d422201cd libstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64}-lin [...]
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/ChangeLog | 6 ++++++ gcc/match.pd | 8 ++++++++ gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/tree-ssa/pr94921.c | 18 ++++++++++++++++++ libstdc++-v3/ChangeLog | 10 ++++++++++ .../abi/post/aarch64-linux-gnu/baseline_symbols.txt | 12 ++++++++++++ .../abi/post/i386-linux-gnu/baseline_symbols.txt | 17 +++++++++++++++++ .../abi/post/i486-linux-gnu/baseline_symbols.txt | 17 +++++++++++++++++ .../abi/post/powerpc64-linux-gnu/baseline_symbols.txt | 17 +++++++++++++++++ .../abi/post/s390x-linux-gnu/baseline_symbols.txt | 17 +++++++++++++++++ .../abi/post/x86_64-linux-gnu/32/baseline_symbols.txt | 17 +++++++++++++++++ .../abi/post/x86_64-linux-gnu/baseline_symbols.txt | 17 +++++++++++++++++ 12 files changed, 160 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94921.c