This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c0f4422 PR c/77946 * tree.h (FALLTHROUGH_LABEL_P): Use private_flag [...] new 1d67a05 * cfg.c (reset_original_copy_tables): New func. * cfg.h (re [...] new 87b138f * tree-vect-loop.c (vectorizable_live_operation): Support ha [...] new 73e363e * tree-vect-loop.c (vect_analyze_loop_2): Check and skip loo [...] new 8a61cfb * tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge [...]
The 4 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 | 20 +++++++++ gcc/cfg.c | 12 ++++++ gcc/cfg.h | 1 + gcc/testsuite/ChangeLog | 7 ++++ gcc/testsuite/gcc.dg/vect/vect-98.c | 10 +++-- .../gcc.dg/vect/vect-strided-a-u8-i8-gap2.c | 2 +- .../gcc.dg/vect/vect-strided-u8-i8-gap2.c | 2 +- .../gcc.dg/vect/vect-strided-u8-i8-gap4.c | 2 +- gcc/tree-vect-loop-manip.c | 13 +++--- gcc/tree-vect-loop.c | 49 ++++++++++++++++------ 10 files changed, 92 insertions(+), 26 deletions(-)