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 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 new 337ed0eb490 i386: Fix __builtin_floor with FE_DOWNWARD rounding directi [...]
The 1 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: c++tools/ChangeLog | 5 + contrib/ChangeLog | 12 +++ gcc/ChangeLog | 29 ++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin-driver.c | 17 ++- gcc/config/i386/i386-expand.c | 25 ++++- gcc/config/i386/i386.md | 2 +- gcc/cp/ChangeLog | 12 +++ gcc/cp/mangle.c | 10 +- gcc/cp/module.cc | 16 ++- gcc/gimplify.c | 6 +- gcc/go/go-lang.c | 10 ++ gcc/godump.c | 2 + gcc/testsuite/ChangeLog | 15 +++ gcc/testsuite/g++.dg/opt/pr98353.C | 17 +++ gcc/testsuite/gcc.target/i386/pr96793.c | 28 +++++ libcody/ChangeLog | 26 +++++ libiberty/ChangeLog | 11 ++ libiberty/cp-demangle.c | 115 ++++++++++++++++----- libiberty/cp-demangle.h | 4 + libiberty/testsuite/demangle-expected | 12 +++ libstdc++-v3/ChangeLog | 20 ++++ 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 ++ 29 files changed, 388 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr98353.C create mode 100644 gcc/testsuite/gcc.target/i386/pr96793.c