This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 1e6c0e69af8 libstdc++: Work around modules ICE in <charconv> [PR105297] adds c049f638da4 fortran: Fix conv of UNION constructors [PR105310] adds 93b65ed9706 c++: wrong error with constexpr COMPOUND_EXPR [PR105321] adds 605a80bb733 c++: Remove unused parameter adds 93dd7f36f20 libstdc++: Avoid ASCII assumptions in floating_from_chars.cc
No new revisions were added by this update.
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 | 12 ++------ libstdc++-v3/src/c++17/floating_from_chars.cc | 33 +++++++++++++++----- 6 files changed, 94 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C create mode 100755 gcc/testsuite/gfortran.dg/dec_union_12.f90