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_lto in repository toolchain/ci/gcc.
from f4130a3eb54 libstdc++: Deprecate std::unexpected and handler functions adds a634928f5c8 libstdc++: Fix pretty printing of std::unique_ptr [PR103086] adds 29a1af24efa Daily bump. adds 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 adds ea42c80585b ipa: Do not require RECORD_TYPE for ancestor jump functions adds bcf4065c909 Split vector loop analysis into main and epilogue analysis adds d8a62882b83 gcov-profile: Filter test only for some targets [PR102945] adds a505e1fae43 Move PREFERRED_DEBUGGING_TYPE define in pa64-hpux.h to pa.h adds b33b2678342 AArch64: Fix PR103085 adds b58c12f3cf9 contrib: testsuite-management: Update to be python3 compatible adds 858d7ee1a0c x86: Make stringop_algs::stringop_strategy ctor constexpr [ [...] adds db89d474ad8 Support TI mode and soft float on PA64 adds a79fe53d6ce Amend split vector loop analysis into main and epilogue analysis adds 98244c68e77 Abstract ranger cache update list. adds 1f6dd5de339 Remove def chain import assert from GORI. adds 2afc8f0b919 libsanitizer: merge from master (78d3e0a4f1406b17cdecc77540 [...] adds 5f0a3fb08cb libsanitizer: Apply local patches adds bdb9d472189 libsanitizer: update LOCAL_PATCHES. adds 5997e6a6ecc libstdc++: Add support for POWER9 DARN instruction to std:: [...] adds 2627e3b7fd8 libstdc++: Add [[unlikely]] attributes to std::random_devic [...] new 7a300b413a6 Darwin, crts: Fix a build warning. new 834c8749ced Darwin, aarch64 : Initial support for the self-host driver. new f8a1e069932 Darwin, aarch64 : Ada fixes for hosted tools. new f1e2879ecfc Darwin : Make trampoline templates linker-visible. new 8f4860f9568 testsuite, Darwin : Fix tsvc test build on Darwin. new 452a0afbace Fortran: Add more documentation for mixed-language programm [...] new c64ca0e7bbe Fortran: Delete unused decl in gfortran.h new 1727bb533ed Fortran: Missing error with IMPLICIT none (external) [PR100972]
The 8 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 | 6 + contrib/testsuite-management/validate_failures.py | 44 +- gcc/ChangeLog | 1268 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/gcc-interface/Make-lang.in | 18 +- gcc/ada/sigtramp-ios.c | 8 + gcc/analyzer/ChangeLog | 5 + gcc/config.host | 7 +- gcc/config/aarch64/aarch64.c | 4 +- gcc/config/aarch64/constraints.md | 3 +- gcc/config/aarch64/host-aarch64-darwin.c | 33 + gcc/config/aarch64/x-darwin | 3 + gcc/config/darwin.h | 2 + gcc/config/i386/i386.h | 5 +- gcc/config/pa/pa-modes.def | 3 + gcc/config/pa/pa.c | 10 +- gcc/config/pa/pa.h | 19 +- gcc/config/pa/pa.md | 164 ++- gcc/config/pa/pa64-hpux.h | 1 - gcc/config/rs6000/fusion.md | 128 +- gcc/config/rs6000/genfusion.pl | 2 +- gcc/config/vx-common.h | 2 +- gcc/cp/ChangeLog | 13 + gcc/doc/install.texi2html | 6 +- gcc/dwarf2out.c | 32 +- gcc/fortran/ChangeLog | 49 + gcc/fortran/decl.c | 4 +- gcc/fortran/expr.c | 20 +- gcc/fortran/gfortran.h | 9 - gcc/fortran/gfortran.texi | 22 +- gcc/fortran/resolve.c | 13 + gcc/fortran/symbol.c | 4 +- gcc/gimple-range-cache.cc | 129 +- gcc/gimple-range-cache.h | 4 +- gcc/gimple-range-gori.cc | 3 - gcc/ipa-prop.c | 2 - gcc/opts.c | 2 + gcc/testsuite/ChangeLog | 175 +++ gcc/testsuite/g++.dg/pr102955.C | 14 + gcc/testsuite/gcc.dg/gcov-info-to-gcda.c | 3 +- gcc/testsuite/gcc.dg/pr103093.c | 20 + gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h | 7 + gcc/testsuite/gcc.target/aarch64/pr103085.c | 11 + .../gfortran.dg/external_implicit_none_3.f08 | 17 + gcc/testsuite/gfortran.dg/implicit_14.f90 | 2 +- gcc/tree-parloops.c | 11 +- gcc/tree-vect-loop.c | 535 ++++----- gcc/tree-vectorizer.c | 3 +- gcc/tree-vectorizer.h | 23 +- include/md5.h | 6 + libffi/ChangeLog | 12 + libgcc/config.host | 7 +- libgcc/config/darwin10-unwind-find-enc-func.c | 1 + libgcc/config/i386/darwin-lib.h | 2 + libgcc/config/pa/sfp-exceptions.c | 102 ++ libgcc/config/pa/sfp-machine.h | 155 +++ libgcc/config/pa/t-dimode | 33 + libgcc/config/pa/t-softfp-sfdftf | 8 + libsanitizer/ChangeLog | 4 + libsanitizer/LOCAL_PATCHES | 2 +- libsanitizer/MERGE | 2 +- libsanitizer/asan/asan_errors.cpp | 3 +- libsanitizer/asan/asan_fake_stack.cpp | 7 +- libsanitizer/asan/asan_globals.cpp | 4 +- libsanitizer/hwasan/hwasan_report.cpp | 2 +- libsanitizer/hwasan/hwasan_thread.cpp | 7 +- .../sanitizer_common/sanitizer_stacktrace.h | 4 +- .../sanitizer_stacktrace_printer.cpp | 5 +- libstdc++-v3/ChangeLog | 109 ++ libstdc++-v3/python/libstdcxx/v6/printers.py | 71 +- libstdc++-v3/python/libstdcxx/v6/xmethods.py | 2 +- libstdc++-v3/src/c++11/random.cc | 60 +- .../26_numerics/random/random_device/cons/token.cc | 5 +- .../26_numerics/random/random_device/entropy.cc | 2 +- libstdc++-v3/testsuite/lib/gdb-test.exp | 63 +- .../testsuite/libstdc++-prettyprinters/80276.cc | 2 +- .../libstdc++-prettyprinters/libfundts.cc | 4 +- .../libstdc++-prettyprinters/prettyprinters.exp | 2 +- 78 files changed, 2981 insertions(+), 575 deletions(-) create mode 100644 gcc/config/aarch64/host-aarch64-darwin.c create mode 100644 gcc/config/aarch64/x-darwin create mode 100644 gcc/testsuite/g++.dg/pr102955.C create mode 100644 gcc/testsuite/gcc.dg/pr103093.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr103085.c create mode 100644 gcc/testsuite/gfortran.dg/external_implicit_none_3.f08 create mode 100644 libgcc/config/pa/sfp-exceptions.c create mode 100644 libgcc/config/pa/sfp-machine.h create mode 100644 libgcc/config/pa/t-dimode create mode 100644 libgcc/config/pa/t-softfp-sfdftf