This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6eaa3246b29 2017-11-16 Steve Baird baird@adacore.com new 5d69e9ddb71 2017-11-16 Doug Rupp rupp@adacore.com new 987b3316c4e PR tree-optimization/82588 - missing -Warray-bounds on a ex [...]
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/ChangeLog | 8 + gcc/ada/ChangeLog | 4 + gcc/ada/gcc-interface/Makefile.in | 49 ++++-- gcc/testsuite/ChangeLog | 8 + gcc/testsuite/c-c++-common/Warray-bounds.c | 259 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Warray-bounds-11.c | 18 +- gcc/testsuite/gcc.dg/Warray-bounds-22.c | 96 +++++++++++ gcc/tree-vrp.c | 64 +++++-- 8 files changed, 465 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Warray-bounds.c create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-22.c