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-aarch64-lts-allmodconfig in repository toolchain/ci/gcc.
from a641d6d3e63 preprocessor: Fix ICE with EOF in macro args [pr95182] adds 6e7ae154dc5 Fix FAIL: gcc.target/i386/pr92645-4.c adds ed63c387aa0 preprocessor: Reimplement raw string lexing [pr95149] adds c0d8623ce5a PR c++/94923 - False positive -Wclass-memaccess with trivia [...] adds 4a5d072ad97 Use commit timestamp in git_update_version.py. adds 25c284f1488 Use REST API for bug titles in mklog. adds 98452668d36 [aarch64] PR target/94591: Don't generate invalid REV64 insns adds 7cf3f604fb1 preprocessor: Random cleanups adds 74744bb1f28 c++: Alias template instantiation template info adds 453954451be x86: Add FEATURE_AVX512VP2INTERSECT and update GFNI check adds a2d196e75ce libstdc++: Use RDRAND as fallback if RDSEED keeps failing ( [...]
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 10 + contrib/gcc-changelog/git_commit.py | 4 +- contrib/gcc-changelog/git_update_version.py | 2 +- contrib/mklog.py | 20 +- gcc/ChangeLog | 6 + gcc/config/aarch64/aarch64.c | 3 +- gcc/cp/ChangeLog | 14 + gcc/cp/call.c | 4 +- gcc/cp/cp-tree.h | 3 +- gcc/cp/pt.c | 17 +- gcc/cp/tree.c | 24 +- gcc/testsuite/ChangeLog | 20 + gcc/testsuite/c-c++-common/raw-string-14.c | 39 +- gcc/testsuite/c-c++-common/raw-string-16.c | 14 +- gcc/testsuite/c-c++-common/raw-string-5.c | 14 +- gcc/testsuite/g++.dg/Wclass-memaccess.C | 174 ++++++- gcc/testsuite/gcc.c-torture/execute/pr94591.c | 32 ++ gcc/testsuite/gcc.target/i386/pr92645-4.c | 6 +- libcpp/ChangeLog | 14 + libcpp/files.c | 6 +- libcpp/include/cpplib.h | 6 +- libcpp/include/line-map.h | 11 +- libcpp/internal.h | 2 +- libcpp/lex.c | 522 +++++++++++---------- libcpp/system.h | 20 - libgcc/ChangeLog | 9 + libgcc/config/i386/cpuinfo.c | 6 +- libgcc/config/i386/cpuinfo.h | 1 + libstdc++-v3/ChangeLog | 11 + libstdc++-v3/src/c++11/random.cc | 26 +- .../26_numerics/random/random_device/94087.cc | 63 +++ 31 files changed, 725 insertions(+), 378 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr94591.c create mode 100644 libstdc++-v3/testsuite/26_numerics/random/random_device/94087.cc