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 3621a7bb579 libstdc++: Fix indentation in <semaphore> adds 18e86fae2a1 gcc: xtensa: implement bswapsi2, bswapdi2 and helpers adds 108beb75da0 Daily bump. adds 9bac66390c0 libgo: adjust sysinfo scripts for changed -fdump-go-spec adds b6237343e78 openmp: Fix up handling of addressable temporaries in simd [...] adds d8aeee11af7 fold-const: Fix up a buffer overflow in native_encode_initi [...] adds 2ebe7526584 gcc-changelog: add Unicode test-case adds 1b021bbd85a gcc-changelog: new error for quoted utf8 filenames adds e4043c636ce c++tools: Fix exe suffix [PR 98409] adds 31705b068fa libcody: Add netinet.h adds 119d7478d1a libcody: to_string is not always available [PR 98412] adds 626b63d63a2 libcody: Add ranlib adds cf22f78ff6e libcody: Include <netinet/in.h> as needed adds 1467a5c5ab0 bootstrap: std:stoul non-portable [PR 98412] adds e798f081925 c++: Windows rename [PR 98412] adds 6a31d47e271 libstdc++: Disable floating-point std::to_chars on unsuppor [...] adds 0e1d4b3bfe2 Darwin : Update the kernel version to macOS version mapping. adds 71690493322 c++: Fix demangling of x.operator type adds 8cd42d3cc24 c++: Fix demangling of qualified-id after '.' adds a477f1445b3 gimplify: Gimplify value in gimplify_init_ctor_eval_range [ [...] adds 1a5e728a544 Daily bump. adds 03ea48ff27f Go frontend: ensure mpfr exponent range is large enough for Go adds 30b76d90596 -fdump-go-spec: don't crash if DECL_ORIGINAL_TYPE is NULL adds 93ac0c05ffc Fix Typo. adds 58fb912c151 c++: Fix demangling of <unresolved-name> adds 027935eec43 c++: Add some asserts in mangle.c adds 7e63d383b89 c++: Fix build with clang
No new revisions were added by this update.
Summary of changes: c++tools/ChangeLog | 5 + c++tools/Makefile.in | 2 +- contrib/ChangeLog | 12 +++ contrib/gcc-changelog/git_commit.py | 8 ++ contrib/gcc-changelog/test_email.py | 8 ++ contrib/gcc-changelog/test_patches.txt | 55 ++++++++++ gcc/ChangeLog | 39 +++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin-driver.c | 17 ++- gcc/config/i386/i386.md | 2 +- gcc/config/xtensa/xtensa.md | 21 ++++ gcc/cp/ChangeLog | 12 +++ gcc/cp/mangle.c | 10 +- gcc/cp/mapper-client.cc | 20 ++-- gcc/cp/mapper-resolver.cc | 2 + gcc/cp/module.cc | 16 ++- gcc/fold-const.c | 6 +- gcc/fortran/ChangeLog | 5 + gcc/gimplify.c | 29 +++++- gcc/go/go-lang.c | 10 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/godump.c | 2 + gcc/testsuite/ChangeLog | 24 +++++ gcc/testsuite/g++.dg/gomp/pr98383.C | 18 ++++ gcc/testsuite/g++.dg/opt/pr98353.C | 17 +++ gcc/testsuite/gcc.c-torture/compile/pr98407.c | 10 ++ gcc/testsuite/gcc.target/xtensa/bswap.c | 14 +++ libcody/ChangeLog | 26 +++++ libcody/Makefile.in | 1 + libcody/Makesub.in | 1 + libcody/buffer.cc | 8 +- libcody/client.cc | 1 + libcody/configure | 93 +++++++++++++++++ libcody/configure.ac | 1 + libcody/netclient.cc | 1 + libcody/netserver.cc | 1 + libcody/server.cc | 1 + libgcc/ChangeLog | 7 ++ libgcc/config/xtensa/lib1funcs.S | 39 +++++++ libgcc/config/xtensa/t-xtensa | 1 + libgo/mkrsysinfo.sh | 53 ++-------- libgo/mksysinfo.sh | 58 +++-------- libgo/sysinfo.c | 1 + libiberty/ChangeLog | 11 ++ libiberty/cp-demangle.c | 115 ++++++++++++++++----- libiberty/cp-demangle.h | 4 + libiberty/testsuite/demangle-expected | 12 +++ libstdc++-v3/ChangeLog | 24 +++++ libstdc++-v3/include/bits/c++config | 14 +++ libstdc++-v3/include/std/charconv | 2 + libstdc++-v3/src/c++17/floating_to_chars.cc | 10 +- libstdc++-v3/testsuite/20_util/to_chars/double.cc | 1 + libstdc++-v3/testsuite/20_util/to_chars/float.cc | 1 + .../testsuite/20_util/to_chars/long_double.cc | 1 + libstdc++-v3/testsuite/lib/libstdc++.exp | 8 ++ 55 files changed, 718 insertions(+), 146 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/pr98383.C create mode 100644 gcc/testsuite/g++.dg/opt/pr98353.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr98407.c create mode 100644 gcc/testsuite/gcc.target/xtensa/bswap.c