This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch in repository gcc.
from 885b1843fc9 Daily bump. new 3367ea7b3ff 2019-08-02 Richard Biener rguenther@suse.de
The 1 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/ChangeLog | 26 ++++ gcc/doc/invoke.texi | 7 ++ gcc/params.def | 6 + gcc/testsuite/ChangeLog | 17 +++ gcc/testsuite/gcc.dg/Warray-bounds-43.c | 133 ++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr91178-2.c | 11 ++ gcc/testsuite/gcc.dg/torture/pr91178.c | 11 ++ gcc/tree-data-ref.c | 39 ++++-- gcc/tree-ssa-sccvn.c | 204 ++++++++++++++++--------------- gcc/tree-ssa.c | 36 +++--- gcc/tree-vrp.c | 3 +- 11 files changed, 368 insertions(+), 125 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-43.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr91178-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr91178.c