This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac2c0bc968b Simplify overflow checks in duration literals new 9984b8d9f7f 2018-08-14 Janus Weil janus@gcc.gnu.org new 3b8ba91c6fc PR tree-optimization/86650 - -Warray-bounds missing inlinin [...]
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 | 6 ++ gcc/fortran/ChangeLog | 9 ++ gcc/fortran/interface.c | 14 ++- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/gcc.dg/Warray-bounds-34.c | 18 ++++ gcc/testsuite/gfortran.dg/generic_34.f90 | 27 +++++ gcc/tree-vrp.c | 170 +++++++++++++++++-------------- 7 files changed, 176 insertions(+), 78 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-34.c create mode 100644 gcc/testsuite/gfortran.dg/generic_34.f90