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-arm in repository toolchain/ci/gcc.
from f6a05b23cc2 c++: improve tree dump for templated decls adds ce01e2e64c3 libstdc++: std::system_category should know meaning of zero [...] adds dd396a321be libstdc++: Improvements to standard error category objects adds 477897451e4 libstdc++: Make std::system_category() recognize Windows er [...] adds 8fa90926e08 libstdc++: Disable PCH for test that depends on a macro bei [...] adds 43358e91bd1 libstdc++: Remove c++20-specific dg-error directives in test adds 54810401974 libiberty: prevent buffer overflow when decoding user input adds b3585c0836e libiberty: prevent null dereferencing on dlang_type adds 1b07d9dce6c Fortran: Handle allocated() with coindexed scalars [PR93834] adds 053e1d64210 Create a ranger-local flag for non-executable edges. adds fe4e6c824a5 Look for a relation between operands only when possible.
No new revisions were added by this update.
Summary of changes: gcc/fortran/trans-intrinsic.c | 55 +++-- gcc/gimple-range-cache.cc | 3 +- gcc/gimple-range-cache.h | 2 +- gcc/gimple-range-fold.cc | 4 + gcc/gimple-range-gori.cc | 5 +- gcc/gimple-range-gori.h | 7 +- gcc/gimple-range.cc | 22 +- gcc/gimple-range.h | 1 + gcc/gimple-ssa-evrp.c | 12 +- gcc/testsuite/gcc.dg/pr102463.c | 21 ++ .../gfortran.dg/coarray/coarray_allocated.f90 | 55 +++++ gcc/vr-values.c | 24 ++- gcc/vr-values.h | 8 +- libiberty/d-demangle.c | 4 +- libiberty/testsuite/d-demangle-expected | 5 +- libstdc++-v3/src/c++11/system_error.cc | 222 +++++++++++++++++++-- .../19_diagnostics/error_category/102425.cc | 18 ++ .../error_category/system_category.cc | 18 ++ .../19_diagnostics/headers/system_error/93151.cc | 1 + .../memory_management_tools/destroy_neg.cc | 2 - 20 files changed, 423 insertions(+), 66 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102463.c create mode 100644 gcc/testsuite/gfortran.dg/coarray/coarray_allocated.f90 create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/102425.cc