This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 36db43d3028 doc: cpp: fix version test example syntax new 5d6afc60144 tree-optimization/115646 - ICE with pow shrink-wrapping fro [...] new 882f7e53a76 tree-optimization/115669 - fix SLP reduction association new c8b549857d9 tree-optimization/116057 - wrong code with CCP and vector CTORs
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/gcc.dg/pr115646.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr116057.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr115669.c | 22 ++++++++++++++++++++++ gcc/tree-call-cdce.cc | 2 +- gcc/tree-ssa-ccp.cc | 11 +++++++++++ gcc/tree-vect-slp.cc | 3 +++ 6 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/pr115646.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr116057.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr115669.c