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_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO in repository toolchain/ci/gcc.
from 066b3258bb1 c++: Add fixed test [PR93614] adds 70e4cb66c1a Daily bump. adds 8d4ef2299cb aix: Move AIX math builtins before new builtin machinery. adds c9419faef0b Objective-C, NeXT: Reorganise meta-data declarations. adds b880d1514c1 Daily bump. adds 45116f34205 RISC-V: jal cannot refer to a default visibility symbol for [...] adds d1011a41efd Prefer INT_SSE_REGS for SSE_FLOAT_MODE_P in preferred_reloa [...] adds c2c843849a3 cse: Make sure duplicate elements are not entered into the [...] adds 4dc6d192225 avr: Fix AVR build [PR71934] adds ee01694151e tree-optimization/103544 - SLP reduction chain as SLP reduc [...] adds 11013814fc8 contrib: Filter out -Wreturn-type in fold-const-call.c. adds 0dc77a0c494 tree-optimization/103581 - fix masked gather on x86 adds 70b043845d7 libsanitizer: Use SSE to save and restore XMM registers adds 2a20407bacb libsanitizer: Update LOCAL_PATCHES adds ed4a5f571bd Add BB option for outgoing_edge_range_p and may_reocmpute_p. adds 14dc5b71d7e Use dominators to reduce cache-flling. adds d27b7e69872 ranger: Optimise irange_union adds 63c59f054a5 ranger: Add shortcuts for single-successor blocks adds bd0a61befcb bpf: mark/remove unused arguments and remove an unused function adds 7754fddd015 MAINTAINERS: Add myself to write after approval and DCO sections. adds 325c6163a33 rs6000: Fix errant "vector" instead of "__vector" adds c9543403c19 analyzer: fix equivalence class state purging [PR103533] adds 3a580f967e5 Daily bump. adds 3d9e6767939 Improve AutoFDO count propagation algorithm adds 30a08286e67 MIPS: R6: load/store can process unaligned address adds ba6bb287f03 Revert "libstdc++: Fix ctype changed after newlib update." adds c93e704b9e0 Fix hash_map::traverse overload adds 6e8a31275fd tree-optimization/103596 - fix missed propagation into switches adds 7ef68c37b3a x86: Check FUNCTION_DECL before calling cgraph_node::get adds 3a2257e6b3f c++: Fix for decltype and bit-fields [PR95009] adds 8e836af61b7 Fix --help -Q output adds f47662204de Fortran: add check for type of upper bound in case range adds 652c2873620 Fortran: catch failed simplification of bad stride expression new 4394fd67264 testsuite: Fix check_effective_target_rop_ok [PR103556, PR103586]
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: ChangeLog | 4 + MAINTAINERS | 2 + contrib/ChangeLog | 4 + contrib/filter-clang-warnings.py | 1 + gcc/ChangeLog | 93 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 12 ++ gcc/analyzer/constraint-manager.cc | 149 +++++++++++++++++++++++- gcc/analyzer/constraint-manager.h | 2 + gcc/auto-profile.c | 20 +++- gcc/config/avr/avr.c | 4 +- gcc/config/bpf/bpf.c | 25 +--- gcc/config/i386/i386.c | 15 ++- gcc/config/i386/i386.h | 2 + gcc/config/mips/mips.h | 6 +- gcc/config/mips/mips.md | 10 ++ gcc/config/mips/mips.opt | 4 + gcc/config/rs6000/rs6000-call.c | 46 ++++---- gcc/config/rs6000/xmmintrin.h | 2 +- gcc/config/s390/s390.c | 2 +- gcc/cp/ChangeLog | 9 ++ gcc/cp/typeck.c | 14 ++- gcc/cse.c | 7 +- gcc/doc/invoke.texi | 10 ++ gcc/fortran/ChangeLog | 15 +++ gcc/fortran/array.c | 9 +- gcc/fortran/match.c | 9 ++ gcc/gimple-range-cache.cc | 73 ++++++++++++ gcc/gimple-range-cache.h | 1 + gcc/gimple-range-edge.cc | 3 + gcc/gimple-range-gori.cc | 77 +++++++----- gcc/gimple-range-gori.h | 6 +- gcc/hash-map.h | 6 +- gcc/objc/ChangeLog | 8 ++ gcc/objc/objc-next-metadata-tags.h | 2 + gcc/objc/objc-next-runtime-abi-01.c | 9 +- gcc/objc/objc-next-runtime-abi-02.c | 9 +- gcc/objc/objc-runtime-shared-support.c | 9 +- gcc/opt-functions.awk | 2 +- gcc/opts-common.c | 21 ++-- gcc/opts.h | 4 +- gcc/predict.c | 2 +- gcc/testsuite/ChangeLog | 64 ++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C | 65 +++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C | 18 +++ gcc/testsuite/gcc.dg/pr103594.c | 14 +++ gcc/testsuite/gcc.dg/torture/pr103596.c | 36 ++++++ gcc/testsuite/gcc.dg/tree-prof/init-array.c | 43 +++++++ gcc/testsuite/gcc.dg/vect/pr103544.c | 24 ++++ gcc/testsuite/gcc.dg/vect/pr103581.c | 59 ++++++++++ gcc/testsuite/gcc.target/i386/pr103404.c | 32 +++++ gcc/testsuite/gcc.target/i386/pr95740.c | 26 +++++ gcc/testsuite/gcc.target/mips/mips.exp | 1 + gcc/testsuite/gcc.target/mips/unaligned-2.c | 53 +++++++++ gcc/testsuite/gcc.target/mips/unaligned-3.c | 53 +++++++++ gcc/testsuite/gfortran.dg/pr103588.f90 | 8 ++ gcc/testsuite/gfortran.dg/select_9.f90 | 10 ++ gcc/testsuite/lib/target-supports.exp | 3 +- gcc/tree-ssa-propagate.c | 62 ++++------ gcc/tree-ssa-propagate.h | 2 +- gcc/tree-ssa-sccvn.c | 2 +- gcc/tree-vect-slp.c | 12 +- gcc/tree-vect-stmts.c | 4 +- gcc/value-range.cc | 46 +++----- libcpp/ChangeLog | 7 ++ libgcc/ChangeLog | 7 ++ libgcc/config/riscv/div.S | 15 +-- libgcc/config/riscv/riscv-asm.h | 6 + libgomp/ChangeLog | 8 ++ libsanitizer/ChangeLog | 11 ++ libsanitizer/LOCAL_PATCHES | 1 + libsanitizer/tsan/tsan_rtl_amd64.S | 128 ++++++++++---------- libstdc++-v3/ChangeLog | 7 ++ libstdc++-v3/config/os/newlib/ctype_base.h | 19 +-- 74 files changed, 1257 insertions(+), 299 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C create mode 100644 gcc/testsuite/gcc.dg/pr103594.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr103596.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/init-array.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr103544.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr103581.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103404.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95740.c create mode 100644 gcc/testsuite/gcc.target/mips/unaligned-2.c create mode 100644 gcc/testsuite/gcc.target/mips/unaligned-3.c create mode 100644 gcc/testsuite/gfortran.dg/pr103588.f90 create mode 100644 gcc/testsuite/gfortran.dg/select_9.f90