This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fa30257bd2c PR ipa/81360 * cgraph.h (symtab_node::output_to_lto_symbo [...] new a5c5f57ec3a Use nonzero bits to refine range in split_constant_offset ( [...] new f6022d0b2e0 Another fix for single-element permutes (PR 84265)
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 | 19 ++++ gcc/testsuite/ChangeLog | 11 ++ .../{bb-slp-pr81635-1.c => bb-slp-pr81635-3.c} | 56 +++-------- gcc/testsuite/gcc.dg/vect/bb-slp-pr81635-4.c | 47 +++++++++ gcc/testsuite/gcc.dg/vect/pr84265.c | 23 +++++ gcc/tree-data-ref.c | 9 +- gcc/tree-vect-stmts.c | 6 +- gcc/tree-vrp.c | 47 +++++++++ gcc/tree-vrp.h | 2 + gcc/wide-int.cc | 112 +++++++++++++++++++++ gcc/wide-int.h | 2 + 11 files changed, 287 insertions(+), 47 deletions(-) copy gcc/testsuite/gcc.dg/vect/{bb-slp-pr81635-1.c => bb-slp-pr81635-3.c} (53%) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr81635-4.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr84265.c