This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5bb79a427ad RISC-V: Fix failed testcase when use -cmodel=medany new fbdf88a1f6d wide-int-print: Don't print large numbers hexadecimally for [...] new 323209cd73b tree-optimization/111846 - put simd-clone-info into SLP tree
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/pretty-print.h | 5 ++-- gcc/testsuite/gcc.dg/vect/pr111846.c | 12 ++++++++ gcc/tree-pretty-print.cc | 7 +++-- gcc/tree-vect-slp.cc | 2 ++ gcc/tree-vect-stmts.cc | 35 +++++++++++------------ gcc/tree-vectorizer.h | 6 ++++ gcc/wide-int-print.cc | 55 +++++++++++++++++++++++++++--------- gcc/wide-int-print.h | 2 +- 8 files changed, 85 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr111846.c