This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 42a8453ae89 Check for matching CONST_VECTOR encodings [PR99929] new c6da7015827 tree-optimization/98117 - fix range set by vectorization on [...] new d0669d6ac82 lto/96591 - walk VECTOR_CST elements in walk_tree new e6a720bf5b1 lto/96385 - avoid unused global UNDEFs in debug objects
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/g++.dg/lto/pr96591_0.C | 45 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr98117.c | 19 ++++++++++++++ gcc/tree-vect-loop-manip.c | 28 ++++++++++++++++----- gcc/tree.c | 13 +++++++++- libiberty/simple-object-elf.c | 5 ++++ 5 files changed, 103 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr96591_0.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr98117.c