This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 614b39757b8 rs6000: Fix incorrect fusion constraint [PR102991] adds 33f1d038708 First refactor of vect_analyze_loop adds 44d0243a247 gcc: vx-common.h: fix test for VxWorks7 adds 155f6b2be42 dwarf2out: Fix up CONST_WIDE_INT handling once more [PR103046] adds 14c7041a1f0 Reset when -gtoggle is used in gcc_options. adds 84cbbb0a163 doc: No longer generate old.html adds 44d9d55c6d0 include: Allow for our md5.h to defer to the system header adds 30b8ec68e2a libstdc++: Add xfail to pretty printer tests that fail in C++20 new ea42c80585b ipa: Do not require RECORD_TYPE for ancestor jump functions new bcf4065c909 Split vector loop analysis into main and epilogue analysis
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/config/vx-common.h | 2 +- gcc/doc/install.texi2html | 6 +- gcc/dwarf2out.c | 32 +- gcc/ipa-prop.c | 2 - gcc/opts.c | 2 + gcc/testsuite/g++.dg/pr102955.C | 14 + gcc/tree-parloops.c | 11 +- gcc/tree-vect-loop.c | 561 ++++++++++----------- gcc/tree-vectorizer.c | 3 +- gcc/tree-vectorizer.h | 23 +- include/md5.h | 6 + libstdc++-v3/testsuite/lib/gdb-test.exp | 63 ++- .../testsuite/libstdc++-prettyprinters/80276.cc | 2 +- .../libstdc++-prettyprinters/libfundts.cc | 4 +- .../libstdc++-prettyprinters/prettyprinters.exp | 2 +- 15 files changed, 388 insertions(+), 345 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr102955.C