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/release-arm-bootstrap_profiled in repository toolchain/ci/gcc.
from 9f2201bf48e c++: ICE with noexcept and canonical types [PR101715] adds c403f6ce077 Daily bump. adds 79b0091b13e rs6000: Remove GCC 8.1 U10__float128 mangling compatibility [...] adds 7857c8ab8ba Daily bump. adds 44d28c67b48 testsuite: Fix up pr104188.c testcase for i686-linux [PR104188] adds 276648888d2 Fortran: MOLD argument to TRANSFER intrinsic having storage [...] adds f3c7cb5fb8a Fortran: optional argument DIM for intrinsics NORM2, PARITY [...] adds 193e5ee46e5 aarch64: [PR101529] Fix vector shuffle insertion expansion adds c3251374af4 Fortran: fix simplification of TRANSFER for zero-sized char [...] adds 779d428cefe Daily bump. adds 5e6dd70f3a7 Sync git aliases from master.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 6 + contrib/gcc-git-customization.sh | 7 +- contrib/git-descr.sh | 37 +++++ contrib/git-undescr.sh | 13 ++ gcc/ChangeLog | 134 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 20 +++ gcc/c/ChangeLog | 18 ++ gcc/config/aarch64/aarch64.c | 3 +- gcc/config/rs6000/rs6000-call.c | 12 -- gcc/config/rs6000/rs6000-internal.h | 3 - gcc/config/rs6000/rs6000.c | 53 +----- gcc/cp/ChangeLog | 42 +++++ gcc/fortran/ChangeLog | 31 ++++ gcc/fortran/check.c | 8 +- gcc/fortran/simplify.c | 13 +- gcc/testsuite/ChangeLog | 185 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr104188.c | 3 +- gcc/testsuite/gfortran.dg/argument_checking_26.f90 | 14 ++ gcc/testsuite/gfortran.dg/transfer_check_6.f90 | 11 ++ gcc/testsuite/gfortran.dg/transfer_simplify_11.f90 | 2 +- gcc/testsuite/gfortran.dg/transfer_simplify_13.f90 | 34 ++++ libcpp/ChangeLog | 9 + 23 files changed, 583 insertions(+), 77 deletions(-) create mode 100755 contrib/git-descr.sh create mode 100755 contrib/git-undescr.sh create mode 100644 gcc/testsuite/gfortran.dg/argument_checking_26.f90 create mode 100644 gcc/testsuite/gfortran.dg/transfer_check_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/transfer_simplify_13.f90