This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_O3 in repository toolchain/ci/gcc.
from 79f0451c67e enfoce SLP_TREE_VECTYPE for invariants adds ab7eca92926 lto/95190 - amend -flto docs for diagnostic option handling adds 47273df0bcd Simplify streaming of SCC components adds 1089a367c4b Fix hashing of prestreamed nodes adds 7c592aad23c tree-optimization/95268 - fix commoning of clobbers adds 5daf69cfe94 Fix up go related ignored locations. adds 808b611bfb4 x86: Handle -mavx512vpopcntdq for -march=native adds e740f3d7314 Add missing vector truncmn2 expanders [PR92658] adds 0896cc4276b Improve LTO streaming dumps adds 098ba49c7cd Add debug dump for integer_cst streaming. adds bcb63eb2cbd Avoid streaming stray references. adds 1a030003858 i386: Fix <rounding_insn><mode>2 expander [PR95255] adds dc50686d78d Silence warning introduced by my previous change. adds 2221fb6f668 analyzer: Add exit, and _exit replacement, to sm-signal. adds 72af65b91cc c++: -fsanitize=vptr and -fstrong-eval-order. [PR95221] adds 45c50b6a63a Suggest including <stdbool.h> for bool, true and false adds af114c38db8 Suggest including <stdint.h> or <cstdint> for [u]int[8|16|32|64]_t adds fabd4f16a15 Daily bump. adds b2b8eb6202b c++: Fix C++17 eval order for virtual op=. adds 33e09fc5051 Adjust typo in testcase of my last commit adds 804254edb48 Darwin: Make sanitizer local vars linker-visible. adds 988b853f9c8 libstdc++: Simplify filesystem::path SFINAE constraints adds 00c8f2a5e3a libstdc++: Remove incorrect static specifiers adds 584d52b088f libstdc++: Refactor filesystem::path string conversions adds 8df7ee67f6f Fixes a hang on an invalid ID in a WAIT statement. adds 3cb0c7cc160 libstdc++: Fix function that can't be constexpr in C++11 (P [...] adds 6d1556ecfae c++: Avoid concept evaluation when uid-sensitive [PR94038] adds a57aa111916 libstdc++: Compile PR93978 testcase with -Wall
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 6 + contrib/gcc-changelog/git_commit.py | 4 +- gcc/ChangeLog | 77 ++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 7 + gcc/analyzer/sm-signal.cc | 42 +- gcc/c-family/ChangeLog | 11 + gcc/c-family/known-headers.cc | 38 ++ gcc/config/darwin.h | 6 + gcc/config/i386/driver-i386.c | 9 +- gcc/config/i386/i386.md | 12 +- gcc/config/i386/sse.md | 77 +++- gcc/cp/ChangeLog | 7 + gcc/cp/constexpr.c | 3 +- gcc/cp/cp-gimplify.c | 1 + gcc/cp/cp-ubsan.c | 33 +- gcc/doc/invoke.texi | 8 + gcc/fortran/ChangeLog | 6 + gcc/fortran/libgfortran.h | 1 + gcc/lto-section-out.c | 2 +- gcc/lto-streamer-in.c | 17 +- gcc/lto-streamer-out.c | 115 +++-- gcc/lto/ChangeLog | 4 + gcc/lto/lto-common.c | 28 +- gcc/testsuite/ChangeLog | 34 ++ gcc/testsuite/c-c++-common/ubsan/bounds-13.c | 1 + gcc/testsuite/c-c++-common/ubsan/bounds-2.c | 1 + gcc/testsuite/c-c++-common/ubsan/div-by-zero-1.c | 1 + gcc/testsuite/c-c++-common/ubsan/div-by-zero-6.c | 1 + gcc/testsuite/c-c++-common/ubsan/div-by-zero-7.c | 1 + gcc/testsuite/c-c++-common/ubsan/overflow-add-1.c | 1 + gcc/testsuite/c-c++-common/ubsan/overflow-add-2.c | 1 + gcc/testsuite/c-c++-common/ubsan/overflow-int128.c | 1 + gcc/testsuite/c-c++-common/ubsan/overflow-sub-1.c | 1 + gcc/testsuite/c-c++-common/ubsan/overflow-sub-2.c | 1 + gcc/testsuite/g++.dg/cpp1z/eval-order9.C | 18 + gcc/testsuite/g++.dg/spellcheck-stdint.C | 68 +++ gcc/testsuite/g++.dg/torture/pr95268.C | 46 ++ gcc/testsuite/g++.dg/ubsan/pr85029.C | 2 +- gcc/testsuite/g++.dg/ubsan/ubsan.exp | 2 +- gcc/testsuite/g++.dg/ubsan/vptr-14.C | 2 +- gcc/testsuite/g++.dg/warn/pr94038-3.C | 15 + gcc/testsuite/gcc.dg/analyzer/signal-exit.c | 23 + gcc/testsuite/gcc.dg/spellcheck-stdbool.c | 17 + gcc/testsuite/gcc.dg/spellcheck-stdint.c | 62 +++ .../gcc.target/i386/pr92658-avx512bw-trunc.c | 91 ++++ gcc/testsuite/gcc.target/i386/pr92658-avx512f.c | 106 +++++ gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c | 129 ++++++ gcc/testsuite/gcc.target/i386/pr95255.c | 8 + gcc/tree-ssa-sink.c | 25 +- gcc/tree-streamer-out.c | 15 + gcc/tree-streamer.c | 9 +- libgfortran/ChangeLog | 7 + libgfortran/io/async.c | 7 + libgfortran/runtime/error.c | 4 + libgomp/ChangeLog | 5 + libgomp/testsuite/libgomp.fortran/async_io_9.f90 | 20 + libstdc++-v3/ChangeLog | 59 +++ libstdc++-v3/include/bits/fs_path.h | 473 +++++++++++---------- libstdc++-v3/include/debug/helper_functions.h | 2 +- libstdc++-v3/include/experimental/bits/fs_path.h | 19 +- libstdc++-v3/src/c++17/fs_path.cc | 6 +- .../93978.cc => 25_algorithms/copy/debug/95289.cc} | 20 +- .../27_io/filesystem/path/construct/80762.cc | 6 + .../testsuite/std/ranges/adaptors/93978.cc | 5 +- 65 files changed, 1457 insertions(+), 374 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order9.C create mode 100644 gcc/testsuite/g++.dg/spellcheck-stdint.C create mode 100644 gcc/testsuite/g++.dg/torture/pr95268.C create mode 100644 gcc/testsuite/g++.dg/warn/pr94038-3.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/signal-exit.c create mode 100644 gcc/testsuite/gcc.dg/spellcheck-stdbool.c create mode 100644 gcc/testsuite/gcc.dg/spellcheck-stdint.c create mode 100644 gcc/testsuite/gcc.target/i386/pr92658-avx512bw-trunc.c create mode 100644 gcc/testsuite/gcc.target/i386/pr92658-avx512f.c create mode 100644 gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95255.c create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_9.f90 copy libstdc++-v3/testsuite/{std/ranges/adaptors/93978.cc => 25_algorithms/copy/de [...]