This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from c031ea2782a analyzer: fix const-correctness of various is_a_helper adds d97d71a1989 Daily bump. adds c1676651b6c libstdc++: Suppress pedantic warnings about __int128 adds da89dfc2a0c libstdc++: Adjust doxygen markup for variable templates gro [...] adds adc03d72c3f libstdc++: Adjust doxygen markup for unique_ptr grouping adds a314d50336d Disable --param vect-partial-vector-usage by default on x86 adds d6aa28bb93c tree-optimization/101462 - fix signedness of reused reducti [...] adds 2f11ca2a3a3 C-SKY: Use the common way to define MULTILIB_DIRNAMES.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + gcc/ChangeLog | 152 ++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 148 +++++++++++++++++++++++++ gcc/c-family/ChangeLog | 6 + gcc/c/ChangeLog | 6 + gcc/config.gcc | 5 - gcc/config/csky/print-sysroot-suffix.sh | 147 ------------------------- gcc/config/csky/t-csky-linux | 2 +- gcc/config/csky/t-sysroot-suffix | 28 ----- gcc/config/i386/i386-options.c | 5 + gcc/cp/ChangeLog | 12 ++ gcc/testsuite/ChangeLog | 125 +++++++++++++++++++++ gcc/tree-vect-loop.c | 36 ++++-- libgcc/ChangeLog | 6 + libstdc++-v3/ChangeLog | 22 ++++ libstdc++-v3/include/bits/cpp_type_traits.h | 5 + libstdc++-v3/include/bits/functional_hash.h | 5 + libstdc++-v3/include/bits/iterator_concepts.h | 5 + libstdc++-v3/include/bits/max_size_type.h | 6 + libstdc++-v3/include/bits/std_abs.h | 5 + libstdc++-v3/include/bits/stl_algobase.h | 5 + libstdc++-v3/include/bits/uniform_int_dist.h | 3 + libstdc++-v3/include/bits/unique_ptr.h | 7 +- libstdc++-v3/include/ext/numeric_traits.h | 3 + libstdc++-v3/include/std/type_traits | 27 ++++- 26 files changed, 578 insertions(+), 199 deletions(-) delete mode 100644 gcc/config/csky/print-sysroot-suffix.sh delete mode 100644 gcc/config/csky/t-sysroot-suffix