This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O3_VECT 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 [...] adds 7a300b413a6 Darwin, crts: Fix a build warning. adds 834c8749ced Darwin, aarch64 : Initial support for the self-host driver. adds f8a1e069932 Darwin, aarch64 : Ada fixes for hosted tools. adds f1e2879ecfc Darwin : Make trampoline templates linker-visible. adds 8f4860f9568 testsuite, Darwin : Fix tsvc test build on Darwin. adds 452a0afbace Fortran: Add more documentation for mixed-language programm [...] adds c64ca0e7bbe Fortran: Delete unused decl in gfortran.h adds 1727bb533ed Fortran: Missing error with IMPLICIT none (external) [PR100972] adds 70d6f6e41f7 libstdc++: Fix pack expansions in tuple_size_v specializations adds 2b2d97fc545 libstdc++: Fix inconsistent noexcept-specific for valarray [...] adds 432ed97b992 Fortran: a symbol in a COMMON cannot be a coarray adds 9cc8ca8da90 Avoid left shift of negative value in ipa-modref-tree.h adds 5f377803722 Fix ice in insert_access adds bcf3728abe8 Fortran: fix simplification of array-valued parameter expressions adds 851dff042a2 Daily bump. adds 98b212c19a7 Cleanup back_threader::find_path_to_names. adds b3a38d18351 testsuite: Use posix_memalign on AIX for tsvc adds 4856699eeb2 path oracle: Do not look at root oracle for killed defs. adds 6b8152b96c1 powerpc: Fix vsx_splat_v4si in 32 bit mode adds df2135e88a8 Fortran: error recovery on rank mismatch of array and its i [...] adds 6078eb7452a Fix can_be_discarded_p wrt partitioned functions. adds 9defce62289 Daily bump. adds 4898e958a92 Implement intra-procedural dataflow in ipa-modref flags pro [...] adds a28cfe49203 rs6000: Replace the builtin expansion machinery adds f6f704fd104 Fix inter-procedural EAF flags propagation with respect to [...] adds ee11be7f2d7 Fortran: Diagnose all operands/arguments with constraint vi [...] adds 2be794fae03 Remove VRP threader. adds 87e57378ba5 Limit range of modref-max-depth adds 962ff7d2849 Fix keyword name for co_reduce.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 10 + contrib/testsuite-management/validate_failures.py | 44 +- gcc/ChangeLog | 1443 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 + gcc/ada/gcc-interface/Make-lang.in | 18 +- gcc/ada/sigtramp-ios.c | 8 + gcc/analyzer/ChangeLog | 5 + gcc/cgraph.h | 3 +- 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/rs6000/rs6000-call.c | 1448 ++++++++++++++++++-- gcc/config/rs6000/vsx.md | 4 +- gcc/config/vx-common.h | 2 +- gcc/cp/ChangeLog | 13 + gcc/doc/install.texi2html | 6 +- gcc/dwarf2out.c | 32 +- gcc/fortran/ChangeLog | 94 ++ gcc/fortran/check.c | 22 +- gcc/fortran/decl.c | 12 +- gcc/fortran/expr.c | 22 +- gcc/fortran/gfortran.h | 9 - gcc/fortran/gfortran.texi | 22 +- gcc/fortran/interface.c | 86 +- gcc/fortran/intrinsic.c | 19 +- gcc/fortran/intrinsic.texi | 10 +- gcc/fortran/match.c | 7 + gcc/fortran/resolve.c | 18 +- gcc/fortran/symbol.c | 4 +- gcc/gimple-range-cache.cc | 129 +- gcc/gimple-range-cache.h | 4 +- gcc/gimple-range-gori.cc | 3 - gcc/gimple.c | 34 +- gcc/ipa-modref-tree.h | 37 +- gcc/ipa-modref.c | 439 +++++- gcc/ipa-modref.h | 29 + gcc/ipa-prop.c | 2 - gcc/lto/ChangeLog | 7 + gcc/lto/lto-partition.c | 8 +- gcc/opts.c | 2 + gcc/params.opt | 4 +- gcc/testsuite/ChangeLog | 232 ++++ gcc/testsuite/g++.dg/pr102955.C | 14 + gcc/testsuite/g++.dg/torture/pr103073.C | 8 + gcc/testsuite/gcc.dg/gcov-info-to-gcda.c | 3 +- gcc/testsuite/gcc.dg/pr103093.c | 20 + gcc/testsuite/gcc.dg/tree-ssa/modref-11.c | 13 + gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h | 7 + gcc/testsuite/gcc.target/aarch64/pr103085.c | 11 + gcc/testsuite/gfortran.dg/bessel_3.f90 | 4 +- gcc/testsuite/gfortran.dg/c-interop/c407b-2.f90 | 12 +- gcc/testsuite/gfortran.dg/c-interop/c535b-2.f90 | 56 +- gcc/testsuite/gfortran.dg/co_reduce_2.f90 | 15 + .../gfortran.dg/coarray_collectives_14.f90 | 16 +- .../gfortran.dg/coarray_collectives_16.f90 | 6 +- .../gfortran.dg/coarray_collectives_9.f90 | 6 +- .../gfortran.dg/external_implicit_none_3.f08 | 17 + gcc/testsuite/gfortran.dg/implicit_14.f90 | 2 +- gcc/testsuite/gfortran.dg/pr102715.f90 | 13 + gcc/testsuite/gfortran.dg/pr102817.f90 | 17 + gcc/testsuite/gfortran.dg/pr24823.f | 4 +- gcc/testsuite/gfortran.dg/pr39937.f | 2 +- gcc/testsuite/gfortran.dg/pr41011.f | 4 +- gcc/testsuite/gfortran.dg/pr61318.f90 | 2 +- gcc/testsuite/gfortran.dg/pr68019.f90 | 2 +- gcc/testsuite/gfortran.dg/pr69419.f90 | 9 + gcc/tree-parloops.c | 11 +- gcc/tree-pass.h | 1 - gcc/tree-ssa-threadbackward.c | 67 +- gcc/tree-ssa-threadedge.c | 12 +- gcc/tree-vect-loop.c | 535 ++++---- gcc/tree-vectorizer.c | 3 +- gcc/tree-vectorizer.h | 23 +- gcc/tree-vrp.c | 137 +- gcc/value-relation.cc | 9 + gcc/value-relation.h | 1 + include/ChangeLog | 5 + include/md5.h | 6 + libffi/ChangeLog | 12 + libgcc/ChangeLog | 15 + 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 | 146 ++ libstdc++-v3/include/bits/range_access.h | 8 +- libstdc++-v3/include/std/tuple | 4 +- 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 +- 121 files changed, 5425 insertions(+), 1076 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/g++.dg/torture/pr103073.C create mode 100644 gcc/testsuite/gcc.dg/pr103093.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-11.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr103085.c create mode 100644 gcc/testsuite/gfortran.dg/co_reduce_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/external_implicit_none_3.f08 create mode 100644 gcc/testsuite/gfortran.dg/pr102715.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr102817.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr69419.f90 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