This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e0ffe6620cc testsuite: Fix aarch64/sve/acle/general-c/gnu_vectors_[12]. [...] new 24949e64030 gimple-lim: Reuse boolean var when moving PHI new e1009b3de2d VN: Don't recurse on for the same value of `a != 0` [PR117859]
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/testsuite/gcc.dg/torture/pr117859-1.c | 23 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr117859-2.c | 51 +++++++++++++++++++++++++++++++ gcc/tree-ssa-loop-im.cc | 21 ++++++++++--- gcc/tree-ssa-sccvn.cc | 3 +- 4 files changed, 92 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr117859-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr117859-2.c