This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4ba60194bb6 libstdc++: Remove unused header new 361c378dda1 tree-optimization/97486 - avoid edge insertion in SLP vectorizing new 11b8cca0831 IPA: fix one more UBSAN error new 2d2f4ffc97a Gracefully handle right shifts larger than the precision. new 8d31eb8f17f rs6000: correct BE vextract_fp_from_short[hl] vperm masks new 5abe05b4331 preprocessor: Fix non-fn fn-like macro at EOF [PR97471]
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/vsx.md | 4 ++-- gcc/ipa-modref.c | 2 +- gcc/range-op.cc | 4 ++++ gcc/testsuite/c-c++-common/cpp/pr97471.c | 10 ++++++++++ gcc/testsuite/gcc.dg/pr97488.c | 11 +++++++++++ gcc/testsuite/gcc.dg/vect/bb-slp-pr97486.c | 27 +++++++++++++++++++++++++++ gcc/tree-vect-slp.c | 9 +++++++++ libcpp/init.c | 6 ++++-- libcpp/internal.h | 4 ++-- libcpp/macro.c | 20 ++++++++------------ 10 files changed, 78 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/pr97471.c create mode 100644 gcc/testsuite/gcc.dg/pr97488.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr97486.c