This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig in repository toolchain/ci/gcc.
from 9642d07c35f match.pd: Improve y == MIN || x < y optimization [PR105983] adds 5b1594dc2d0 Propagator should call value_of_stmt. adds 6c849e2fab3 Clear invariant bit for inferred ranges. adds 9ca05d5d9b9 c++: Elide inactive initializer fns from init array adds 51309d1158b libstdc++: Apply r13-1096-g6abe341558abec change to vstring [...] adds 98a0d72a610 libstdc++: Support constexpr global std::string for size < [...] adds b2aaa44d2c9 compiler: don't generate stubs for ambiguous direct interfa [...] adds d89e64d4cbf flags: add comment adds 753aaa949ab opts: fix opts_set->x_flag_sanitize adds 065d1918932 analyzer: associate -Wanalyzer-double-fclose with CWE-1341 adds f443024bca7 analyzer: associate -Wanalyzer-va-list-exhausted with CWE-685 adds f0da5f0a316 analyzer: associate -Wanalyzer-va-arg-type-mismatch with CWE-686 adds d3e0da54c16 c-decl: fix "inform" grouping and conditionalization adds 6ab98d8b58f gimple-ssa-warn-access.cc: add missing auto_diagnostic_group adds bc7e9f76756 Daily bump. adds 94018fd2675 arm: mve: Don't force trivial vector literals to the pool adds c524d860a78 docs: add missing table header adds 0f96ac43fa0 libstdc++: Add missing #include <string> to new test adds 040f8224617 arm: fix checking ICE in arm_print_operand [PR106004] adds d6b423882a0 RISC-V: Supress warning for comparison of integer expressio [...] adds 06a1b0418fb rs6000: Fix some error messages for invalid conversions adds 1d6044c250e i386: Fix VPMOV splitter [PR105993] adds 1f8278bfcfc i386: Fix assert in ix86_function_arg [PR105970] adds cc378e65574 alpha: Introduce target specific store_data_bypass_p functi [...] adds a284fadcce8 c++: Use fold_non_dependent_expr rather than maybe_constant [...] adds 7f195a22709 libgo: permit loff_t and off_t to be macros adds 5a66d7dd2bf Daily bump. adds 479b6f449ee xtensa: Defer storing integer constants into litpool until reload adds 9991d84d2a8 PR tree-optimization/105835: Two narrowing patterns for match.pd. adds ef662120177 varasm: Fix up ICE in narrowing_initializer_constant_valid_ [...] adds 2c7cfc7b418 ubsan: Add -fsanitize-trap= support adds 856a9b8fc2b Fortran: check POS and LEN arguments simplifying bit intrin [...] adds 4390e7bfbc6 Daily bump. adds 75ab2f0ebd3 xtensa: Apply a few minor fixes adds 46880cd8be7 xtensa: Fix RTL insn cost estimation about relaxed MOVI ins [...] adds e058dfc43fa Daily bump. adds 970b03c0037 RISC-V: Fix a bug that is the CMO builtins are missing parameter adds 9f55aee9dca Add operators / and * for profile_{count,probability}. adds c56f7983bed lto-plugin: support LDPT_GET_SYMBOLS_V3 adds 86882d9feb6 vect: Respect slp decision when applying suggested uf [PR105940] adds 713f2fd9234 middle-end/106027 - fix types in needle folding new ab5d82c0292 testsuite: Require init_priority target support in a test. new a78e5d307c6 testsuite: Add a missing USER_LABEL_PREFIX to a regex. new 2eb3adb43ea arm: more testsutie fallout for mve move-immediate changes new 125bf21299e testsuite, Darwin: Allow for two CTOR bodies in array61 test. new 1b238124840 testsuite, Darwin: Skip an unsupported test. new fe9765c0b97 i386: Disallow sibcall for calling ifunc functions with PIC [...] new 607118dfa47 testsuite, asan: Avoid color in asan test output.
The 7 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: gcc/ChangeLog | 233 +++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 16 + gcc/analyzer/sm-file.cc | 9 +- gcc/analyzer/varargs.cc | 23 +- gcc/bb-reorder.cc | 6 +- gcc/c-family/ChangeLog | 11 + gcc/c-family/c-ubsan.cc | 116 +++-- gcc/c/ChangeLog | 23 + gcc/c/c-decl.cc | 65 ++- gcc/cfgloop.cc | 2 +- gcc/cfgloopmanip.cc | 5 +- gcc/cfgrtl.cc | 4 +- gcc/cgraph.cc | 5 +- gcc/common.opt | 15 +- gcc/config/alpha/alpha-protos.h | 2 + gcc/config/alpha/alpha.cc | 69 +++ gcc/config/alpha/ev4.md | 15 +- gcc/config/arm/arm.cc | 3 +- gcc/config/arm/mve.md | 99 ++-- gcc/config/i386/i386.cc | 11 +- gcc/config/i386/sse.md | 30 +- gcc/config/riscv/bitmanip.md | 2 +- gcc/config/riscv/riscv-builtins.cc | 1 + gcc/config/riscv/riscv-cmo.def | 16 +- gcc/config/riscv/riscv-ftypes.def | 3 +- gcc/config/rs6000/rs6000.cc | 8 +- gcc/config/sh/sh.cc | 2 +- gcc/config/xtensa/constraints.md | 6 +- gcc/config/xtensa/predicates.md | 5 +- gcc/config/xtensa/xtensa.cc | 35 +- gcc/config/xtensa/xtensa.md | 8 +- gcc/cp/ChangeLog | 23 + gcc/cp/cp-ubsan.cc | 2 +- gcc/cp/decl2.cc | 97 ++-- gcc/cp/typeck.cc | 2 +- gcc/doc/invoke.texi | 35 +- gcc/dojump.cc | 2 +- gcc/final.cc | 12 +- gcc/flags.h | 2 +- gcc/fold-const.cc | 10 +- gcc/fortran/ChangeLog | 8 + gcc/fortran/simplify.cc | 12 + gcc/gcc.cc | 5 +- gcc/gimple-range-cache.cc | 7 +- gcc/gimple-range-gori.cc | 10 +- gcc/gimple-range-gori.h | 2 +- gcc/gimple-ssa-warn-access.cc | 28 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 2 +- gcc/ipa-cp.cc | 10 +- gcc/ipa-inline-analysis.cc | 2 +- gcc/loop-unroll.cc | 8 +- gcc/match.pd | 15 + gcc/modulo-sched.cc | 20 +- gcc/omp-expand.cc | 24 +- gcc/opts.cc | 120 +++-- gcc/opts.h | 1 + gcc/predict.cc | 17 +- gcc/profile-count.h | 46 +- gcc/profile.cc | 5 +- gcc/sanopt.cc | 4 +- gcc/stmt.cc | 5 +- gcc/symtab-thunks.cc | 10 +- gcc/testsuite/ChangeLog | 114 +++++ gcc/testsuite/c-c++-common/attr-cdtor-1.c | 2 +- gcc/testsuite/c-c++-common/pr105998.c | 12 + gcc/testsuite/c-c++-common/ubsan/align-8.c | 2 +- gcc/testsuite/c-c++-common/ubsan/div-by-zero-4.c | 2 +- gcc/testsuite/c-c++-common/ubsan/nonnull-4.c | 2 +- gcc/testsuite/c-c++-common/ubsan/overflow-add-4.c | 2 +- gcc/testsuite/c-c++-common/ubsan/pr56956.c | 2 +- gcc/testsuite/c-c++-common/ubsan/pr68142.c | 2 +- gcc/testsuite/c-c++-common/ubsan/pr80932.c | 2 +- gcc/testsuite/g++.dg/ext/builtin-shufflevector-4.C | 18 + gcc/testsuite/g++.dg/init/array61.C | 3 +- gcc/testsuite/g++.dg/modules/init-2_b.C | 1 + gcc/testsuite/g++.dg/modules/init-2_c.C | 1 + gcc/testsuite/g++.dg/modules/pr105169_a.C | 2 +- gcc/testsuite/g++.dg/modules/pr105169_b.C | 2 +- gcc/testsuite/gcc.dg/analyzer/file-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/stdarg-1.c | 4 +- gcc/testsuite/gcc.dg/pr105835.c | 18 + gcc/testsuite/gcc.dg/pr106027.c | 8 + gcc/testsuite/gcc.target/alpha/pr105209.c | 26 + .../gcc.target/arm/acle/cde-mve-full-assembly.c | 549 ++++++++++----------- gcc/testsuite/gcc.target/arm/simd/mve-vcmp-f32-2.c | 6 +- gcc/testsuite/gcc.target/arm/simd/pr100757-2.c | 9 +- gcc/testsuite/gcc.target/arm/simd/pr100757-3.c | 9 +- gcc/testsuite/gcc.target/arm/simd/pr100757-4.c | 10 +- gcc/testsuite/gcc.target/arm/simd/pr100757.c | 9 +- gcc/testsuite/gcc.target/i386/pr105960.c | 19 + gcc/testsuite/gcc.target/i386/pr105970.c | 6 + gcc/testsuite/gcc.target/i386/pr105993.c | 18 + gcc/testsuite/gcc.target/riscv/cmo-zicbom-1.c | 26 +- gcc/testsuite/gcc.target/riscv/cmo-zicbom-2.c | 26 +- gcc/testsuite/gcc.target/riscv/cmo-zicboz-1.c | 10 +- gcc/testsuite/gcc.target/riscv/cmo-zicboz-2.c | 10 +- gcc/testsuite/gfortran.dg/check_bits_3.f90 | 16 + gcc/testsuite/lib/asan-dg.exp | 2 + gcc/tree-ssa-loop-manip.cc | 11 +- gcc/tree-ssa-propagate.cc | 2 +- gcc/tree-ssa-sink.cc | 3 +- gcc/tree-switch-conversion.cc | 53 +- gcc/tree-vect-loop.cc | 106 ++-- gcc/ubsan.cc | 24 +- gcc/varasm.cc | 10 +- libgo/config.h.in | 3 + libgo/configure | 9 +- libgo/configure.ac | 8 +- libgo/go/syscall/libcall_linux.go | 16 +- libgo/mksysinfo.sh | 6 +- libgo/sysinfo.c | 15 +- libgomp/ChangeLog | 5 + libgomp/libgomp.texi | 1 + libstdc++-v3/ChangeLog | 18 + libstdc++-v3/include/bits/basic_string.h | 3 +- libstdc++-v3/include/ext/vstring.h | 45 +- .../21_strings/basic_string/cons/char/105995.cc | 11 + lto-plugin/lto-plugin.c | 42 +- 120 files changed, 1879 insertions(+), 862 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr105998.c create mode 100644 gcc/testsuite/g++.dg/ext/builtin-shufflevector-4.C create mode 100644 gcc/testsuite/gcc.dg/pr105835.c create mode 100644 gcc/testsuite/gcc.dg/pr106027.c create mode 100644 gcc/testsuite/gcc.target/alpha/pr105209.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105960.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105970.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105993.c create mode 100644 gcc/testsuite/gfortran.dg/check_bits_3.f90 create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/105995.cc