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/release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 4719d058452 Update documentation of %X spec adds 818961c1765 Daily bump. adds ee13a30bffa Daily bump. adds cfc3c7544ce Daily bump. adds d0d8bd6378f Daily bump. new 0111975c072 libstdc++: Fix range access for empty std::valarray [PR103022]
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: gcc/ChangeLog | 4 ++ gcc/DATESTAMP | 2 +- libstdc++-v3/include/std/valarray | 30 +++++++++---- .../testsuite/26_numerics/valarray/103022.cc | 15 +++++++ .../testsuite/26_numerics/valarray/range_access.cc | 49 +++++++++++++++++++--- .../26_numerics/valarray/range_access2.cc | 22 +++++++++- 6 files changed, 105 insertions(+), 17 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/valarray/103022.cc