This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allmodconfig in repository toolchain/ci/gcc.
from 1d1a690b4df arm: correctly handle inequality comparisons against max co [...] adds 788f9c8e0c2 arm: Remove duplicate definitions from arm_mve.h (pr100419). adds 0c6fe939eb7 Daily bump. adds a0368f8344f gcc-changelog: sync scripts. adds 84eb12c29ca Daily bump. adds 6f68f2b8dc1 Daily bump. adds a6fac601c4a Daily bump. adds 9ddc622a15d tree-optimization/100566 - fix another predication issue in VN adds 0ba727ffae2 Update mpfr version to 3.1.6 adds c060d1dbe0f libstdc++: Fix find_type helper to work consistently adds 4cd69a5a0dd libstdc++: Fix filesystem::path constraints for volatile [P [...] adds 47d3815f066 rtl-optimization/80960 - avoid creating garbage RTL in DSE adds e6cd786c73e Daily bump. adds f12013aa0f6 gcc-changelog: Remove use of non-strict mode adds 9af26b489df Daily bump. adds b8f791bc74b doc: Update description of __GXX_EXPERIMENTAL_CXX0X__ adds 56ffc398745 Daily bump. adds 0a193c95590 arm: Fix ICEs with compare-and-swap and -march=armv8-m.base [...] new a4b3683e3cb Fix gnat.dg spurious failures on PowerPC64 LE
The 1 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: contrib/ChangeLog | 26 ++ contrib/download_prerequisites | 2 +- contrib/gcc-changelog/git_check_commit.py | 9 +- contrib/gcc-changelog/git_commit.py | 43 +- contrib/gcc-changelog/git_email.py | 25 +- contrib/gcc-changelog/git_repository.py | 7 +- contrib/gcc-changelog/git_update_version.py | 9 +- contrib/gcc-changelog/test_email.py | 23 +- contrib/gcc-changelog/test_patches.txt | 430 +++++++------------ contrib/prerequisites.md5 | 2 +- contrib/prerequisites.sha512 | 2 +- gcc/ChangeLog | 57 +++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 26 +- gcc/config/arm/arm_mve.h | 460 ++++++--------------- gcc/config/arm/sync.md | 28 +- gcc/config/arm/thumb1.md | 15 + gcc/doc/cpp.texi | 12 +- gcc/dse.c | 5 + gcc/testsuite/ChangeLog | 12 + gcc/testsuite/gcc.dg/torture/pr100566.c | 36 ++ gcc/testsuite/gcc.target/arm/pr99977.c | 8 + gcc/testsuite/gnat.dg/unchecked_convert5.adb | 2 +- gcc/testsuite/gnat.dg/unchecked_convert6.adb | 2 +- gcc/tree-ssa-sccvn.c | 6 +- libstdc++-v3/ChangeLog | 19 + libstdc++-v3/include/bits/fs_path.h | 2 +- libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 4 +- .../27_io/filesystem/path/construct/100630.cc | 14 + .../filesystem/path/construct/100630.cc | 14 + 31 files changed, 614 insertions(+), 690 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr100566.c create mode 100644 gcc/testsuite/gcc.target/arm/pr99977.c create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/100630.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/1 [...]