This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3dedfad5a1e Rename Value_Range to value_range. new b100488bfca Revert "tree-optimization/100923 - re-do VN with contextual [...] new 95bfc6abf37 Testcase for PR115492 new 65e72b95c63 tree-optimization/115508 - fix ICE with SLP scheduling and [...]
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/torture/pr115492.c | 19 +++++++++++ gcc/testsuite/gcc.target/i386/pr115508.c | 15 +++++++++ gcc/tree-ssa-sccvn.cc | 58 ++++++++++++++++++-------------- gcc/tree-vect-slp.cc | 1 + 4 files changed, 68 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr115492.c create mode 100644 gcc/testsuite/gcc.target/i386/pr115508.c