This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-check_cross in repository toolchain/ci/gcc.
from e42cb1d4803 testsuite/97688 - fix check_vect () with __AVX2__ adds c1a2868385e Daily bump. adds d1bcf0e3f4f Remove duplicate ChangeLog entry. adds 88a72dbe1e5 Daily bump. adds 82972dc3ec8 ASAN: disable -Wno-stringop-overflow for 2 tests adds 892c8c9fc5d Daily bump. adds fe640ed0039 Sync gcc-changelog scripts. adds 542b564343f Fortran: Fix type-decl for PDT / wrong-code pdt_14.f03 issu [...] adds 9824022a0b8 rs6000: Use the correct minimized testcase adds 3216a013107 Daily bump. adds e4e39f3a114 Daily bump. adds e19caccb41e Daily bump. adds 97dd08aa244 Enable MOVDIRI, MOVDIR64B, CLDEMOTE and WAITPKG for march=tremont adds c9769a6eee3 libstdc++: Use non-throwing increment in recursive_director [...] adds ae03b42a69f Daily bump. adds c3c55443213 Daily bump. adds 286cc2e8a9f Fix missing defination of PTA_CLDEMOTE, PTA_MOVDIRI, PTA_MO [...] adds c797c85aedb Fix segfault on elaboration of empty 1-element array at -O adds d8157e053f3 Fix biased integer arithmetic
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 9 + contrib/gcc-changelog/git_commit.py | 20 +- contrib/gcc-changelog/git_email.py | 5 +- contrib/gcc-changelog/git_repository.py | 2 +- contrib/gcc-changelog/setup.cfg | 2 + contrib/gcc-changelog/test_email.py | 19 ++ contrib/gcc-changelog/test_patches.txt | 125 ++++++++++ gcc/ChangeLog | 24 +- gcc/DATESTAMP | 2 +- gcc/ada/gcc-interface/trans.c | 54 +---- gcc/ada/gcc-interface/utils.c | 2 +- gcc/config/i386/i386.c | 9 + gcc/config/i386/i386.h | 13 +- gcc/doc/invoke.texi | 37 +-- gcc/fortran/ChangeLog | 8 + gcc/fortran/module.c | 3 + gcc/testsuite/ChangeLog | 26 ++ gcc/testsuite/g++.dg/asan/asan_test.C | 2 +- gcc/testsuite/gcc.dg/asan/pr80166.c | 1 + gcc/testsuite/gcc.target/powerpc/pr64505.c | 265 ++++----------------- gcc/testsuite/gnat.dg/bias2.adb | 33 +++ gcc/testsuite/gnat.dg/opt89.adb | 18 ++ libstdc++-v3/ChangeLog | 10 + libstdc++-v3/src/filesystem/dir.cc | 18 +- .../experimental/filesystem/iterators/97731.cc | 49 ++++ 25 files changed, 447 insertions(+), 309 deletions(-) create mode 100644 contrib/gcc-changelog/setup.cfg create mode 100644 gcc/testsuite/gnat.dg/bias2.adb create mode 100644 gcc/testsuite/gnat.dg/opt89.adb create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/97731.cc