This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f6aeb85ee8 i386: Add integer nabs instructions [PR101044] new a3aaba68405 tree-optimization/100778 - fix placement of trapping vector [...] new 4a876059384 tree-optimization/101278 - handle self-use in DSE analysis
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/pr100778.c | 31 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr101278.c | 21 +++++++++++++++++++++ gcc/tree-ssa-dse.c | 10 +++++----- gcc/tree-vect-slp.c | 15 +++++++++++++++ 4 files changed, 72 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr100778.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr101278.c