This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 811c7fbd147 Support --compress-debug-sections for ld.mold. adds cf37107522f libstdc++: Remove bogus assertion in std::from_chars [PR105324] adds 1e6c0e69af8 libstdc++: Work around modules ICE in <charconv> [PR105297] new c049f638da4 fortran: Fix conv of UNION constructors [PR105310] new 93b65ed9706 c++: wrong error with constexpr COMPOUND_EXPR [PR105321] new 605a80bb733 c++: Remove unused parameter
The 3 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: gcc/cp/constexpr.cc | 9 ++--- gcc/fortran/trans-expr.cc | 4 +- gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C | 18 +++++++++ gcc/testsuite/gfortran.dg/dec_union_12.f90 | 43 ++++++++++++++++++++++ libstdc++-v3/include/std/charconv | 4 +- libstdc++-v3/src/c++17/floating_from_chars.cc | 1 - .../testsuite/20_util/from_chars/pr105324.cc | 14 +++++++ 7 files changed, 83 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C create mode 100755 gcc/testsuite/gfortran.dg/dec_union_12.f90 create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/pr105324.cc