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 165ae61a9f7 tree-optimization/97812 - fix range query in VRP assert discovery new 50576790573 middle-end/96369 - fix missed short-circuiting during range [...] new 53d76fe758a tree-optimization/96075 - fix bogus misalignment calculation
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/fold-const.c | 7 +++ gcc/testsuite/c-c++-common/pr96369.c | 12 +++++ gcc/testsuite/gcc.dg/vect/slp-46.c | 96 ++++++++++++++++++++++++++++++++++++ gcc/tree-vect-data-refs.c | 2 +- 4 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/c-c++-common/pr96369.c create mode 100644 gcc/testsuite/gcc.dg/vect/slp-46.c