This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 836e2cff7d9 c/111468 - add unordered compare and pointer diff to GIMPLE [...] new 564ecb7d5af tree-optimization/111465 - bougs jump threading with no-cop [...] new 54c16824f0f ada: Crash processing type invariants on child subprogram new 047269320d4 ada: Refine upper array bound for bit packed array new 5b945243c77 RISC-V: Support VLS unary floating-point patterns
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/ada/contracts.adb | 25 +++++- gcc/ada/gcc-interface/decl.cc | 22 +++++ gcc/ada/gcc-interface/gigi.h | 6 ++ gcc/ada/gcc-interface/utils.cc | 95 ++++++++++++++++++++++ gcc/config/riscv/autovec.md | 12 +-- gcc/config/riscv/vector.md | 20 ++--- gcc/testsuite/g++.dg/torture/pr111465.C | 55 +++++++++++++ .../gcc.target/riscv/rvv/autovec/vls/def.h | 3 +- .../gcc.target/riscv/rvv/autovec/vls/neg-2.c | 52 ++++++++++++ gcc/tree-ssa-threadupdate.cc | 13 +++ 10 files changed, 285 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr111465.C create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/neg-2.c