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-mainline-allmodconfig in repository toolchain/ci/gcc.
from d4a20f90590 Update vec-35.c and vect-35-big-array.c adds 62d19588b9a libstdc++: Fix atomic waiting for non-linux targets adds caf17f3afa8 c++: Fix wrong error with constexpr destructor [PR97427] adds ddaad23e2f4 Use OEP_MATCH_SIDE_EFFECTS in compare_ao_refs adds 78cd6a63ee6 c++: Allow template lambdas without lambda-declarator [PR97839] adds 1cb50c0a0e1 testsuite: localclass2 require LTO adds 0999f260985 c++: Fix ICE-on-invalid with -Wvexing-parse [PR97881] adds 6f20c42cc16 c++: Reject identifier label in constexpr [PR97846] adds c51e31a06f2 c++: Extend -Wrange-loop-construct for binding-to-temp [PR94695] adds 7a97e2fcf7c Daily bump. adds 3c52cd517a3 Darwin : Avoid a C++ ODR violation seen with LTO. adds fdd2fb17294 Partially revert recent H8 patch for conditional branches adds c1fb592f2c3 widening_mul: pattern recognize further forms of __builtin_ [...] adds 23045f8b062 d: Fix OutOfMemoryError thrown when appending to an array w [...] adds f16897cb4b1 H8 cc0 conversion adds e23f47ec406 i386: Use SWI48DWI mode iterator for abs and maxmin [PR97873] adds b1a5e1b2bcf Daily bump. adds d3585f5d0df c++: Add missing verify_type_context call [PR97904] adds 771a4552b63 testsuite/arm: add missing -mthumb to several tests adds 4a8c54359a5 Document bootstrap-asan configure option
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 241 ++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 + gcc/c/ChangeLog | 4 + gcc/config/darwin-c.c | 15 +- gcc/config/h8300/addsub.md | 152 ++-- gcc/config/h8300/bitfield.md | 562 +++++++------ gcc/config/h8300/combiner.md | 877 ++++++++++++++++----- gcc/config/h8300/divmod.md | 127 ++- gcc/config/h8300/extensions.md | 136 +++- gcc/config/h8300/genmova.sh | 18 +- gcc/config/h8300/h8300-modes.def | 21 + gcc/config/h8300/h8300-protos.h | 10 +- gcc/config/h8300/h8300.c | 134 +++- gcc/config/h8300/h8300.h | 14 +- gcc/config/h8300/h8300.md | 5 +- gcc/config/h8300/jumpcall.md | 121 ++- gcc/config/h8300/logical.md | 237 +++++- gcc/config/h8300/mova.md | 249 ++---- gcc/config/h8300/movepush.md | 180 ++++- gcc/config/h8300/multiply.md | 131 ++- gcc/config/h8300/other.md | 15 +- gcc/config/h8300/peepholes.md | 104 --- gcc/config/h8300/predicates.md | 9 + gcc/config/h8300/proepi.md | 12 +- gcc/config/h8300/save.md | 403 ++++++++++ gcc/config/h8300/shiftrotate.md | 242 +++++- gcc/config/h8300/testcompare.md | 273 ++++--- gcc/config/i386/i386.md | 204 ++--- gcc/cp/ChangeLog | 42 + gcc/cp/constexpr.c | 58 +- gcc/cp/parser.c | 53 +- gcc/cp/pt.c | 4 + gcc/d/ChangeLog | 6 + gcc/d/expr.cc | 67 +- gcc/doc/install.texi | 4 + gcc/doc/invoke.texi | 18 +- gcc/testsuite/ChangeLog | 57 ++ gcc/testsuite/g++.dg/cpp1y/constexpr-label.C | 9 + gcc/testsuite/g++.dg/cpp2a/constexpr-dtor10.C | 16 + gcc/testsuite/g++.dg/cpp2a/lambda-generic8.C | 9 + gcc/testsuite/g++.dg/debug/localclass2.C | 3 +- gcc/testsuite/g++.dg/ext/sve-sizeless-1.C | 33 +- gcc/testsuite/g++.dg/ext/sve-sizeless-2.C | 33 +- gcc/testsuite/g++.dg/warn/Wrange-loop-construct2.C | 212 +++++ gcc/testsuite/g++.dg/warn/Wvexing-parse9.C | 8 + gcc/testsuite/gcc.dg/pr95853.c | 59 ++ .../gcc.target/arm/cortex-m55-nodsp-flag-hard.c | 2 +- .../gcc.target/arm/cortex-m55-nodsp-flag-softfp.c | 2 +- .../arm/cortex-m55-nodsp-nofp-flag-softfp.c | 2 +- .../gcc.target/arm/cortex-m55-nofp-flag-hard.c | 2 +- .../gcc.target/arm/cortex-m55-nofp-flag-softfp.c | 2 +- .../arm/cortex-m55-nofp-nomve-flag-softfp.c | 2 +- .../gcc.target/arm/cortex-m55-nomve-flag-hard.c | 2 +- .../gcc.target/arm/cortex-m55-nomve-flag-softfp.c | 2 +- .../gcc.target/arm/cortex-m55-nomve.fp-flag-hard.c | 2 +- .../arm/cortex-m55-nomve.fp-flag-softfp.c | 2 +- .../gcc.target/arm/mve/intrinsics/pr97327.c | 2 +- gcc/testsuite/gcc.target/i386/pr97873-2.c | 23 + gcc/testsuite/gdc.dg/torture/pr97889.d | 29 + gcc/tree-ssa-alias.c | 9 +- gcc/tree-ssa-math-opts.c | 262 +++++- libgfortran/ChangeLog | 5 + libsanitizer/ChangeLog | 4 + libstdc++-v3/ChangeLog | 16 + libstdc++-v3/include/bits/atomic_base.h | 2 +- libstdc++-v3/include/bits/atomic_timed_wait.h | 2 + libstdc++-v3/include/bits/atomic_wait.h | 2 + libstdc++-v3/include/bits/semaphore_base.h | 10 +- .../29_atomics/atomic/wait_notify/bool.cc | 5 +- .../29_atomics/atomic/wait_notify/generic.cc | 5 +- .../29_atomics/atomic/wait_notify/pointers.cc | 5 +- .../29_atomics/atomic_flag/wait_notify/1.cc | 5 +- .../29_atomics/atomic_float/wait_notify.cc | 5 +- 74 files changed, 4214 insertions(+), 1393 deletions(-) create mode 100644 gcc/config/h8300/h8300-modes.def create mode 100644 gcc/config/h8300/save.md create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-label.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic8.C create mode 100644 gcc/testsuite/g++.dg/warn/Wrange-loop-construct2.C create mode 100644 gcc/testsuite/g++.dg/warn/Wvexing-parse9.C create mode 100644 gcc/testsuite/gcc.dg/pr95853.c create mode 100644 gcc/testsuite/gcc.target/i386/pr97873-2.c create mode 100644 gcc/testsuite/gdc.dg/torture/pr97889.d