This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 3a685df9a68 Daily bump. new 009a8566d8a tree-optimization/88240 - stopgap for floating point code-h [...] new f5f932214bf Add missing vn_reference_t::punned initialization new 88f14ec71e3 tree-optimization/96513 - rewrite hybrid SLP detection new 6cb5edbf7e6 rtl-optimization/80960 - avoid creating garbage RTL in DSE
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/dse.c | 5 + gcc/testsuite/gcc.dg/torture/pr96513.c | 26 +++++ gcc/testsuite/gcc.target/i386/pr88240.c | 26 +++++ gcc/tree-ssa-pre.c | 10 ++ gcc/tree-ssa-sccvn.c | 14 ++- gcc/tree-ssa-sccvn.h | 1 + gcc/tree-vect-slp.c | 183 ++++++++++---------------------- 7 files changed, 138 insertions(+), 127 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr96513.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88240.c