This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 237dde3d03c libstdc++: Implement P2328 changes to join_view adds 9326049e1ab Daily bump. adds 69c426b8957 doc/options.texi: Fix the description of 'Negative'. adds 3c65858787d Add GTY support for irange. adds 3307b9a07a3 c++: C++11 range-for and ovl/lkp_iterator adds 620a06358e4 Daily bump. adds 6e1ecc984ef i386: Fix up plugin header install on x86 [PR100336] adds 7911a905276 nvptx: Fix up nvptx build against latest libstdc++ [PR100375] adds a13a50047ef Fortran: Async I/O - avoid unlocked unlocking [PR100352] adds 92f59e47f5a aix: Redesign section encoding and selection new f58541b2a42 libstdc++: Move unix.org reference to https
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 | 291 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/t-i386 | 3 +- gcc/config/nvptx/nvptx.c | 10 +- gcc/config/rs6000/rs6000-protos.h | 2 +- gcc/config/rs6000/rs6000.c | 160 ++++++----- gcc/config/rs6000/xcoff.h | 44 +--- gcc/cp/ChangeLog | 13 + gcc/cp/call.c | 23 +- gcc/cp/class.c | 45 ++-- gcc/cp/cp-tree.h | 34 ++- gcc/doc/options.texi | 4 +- gcc/output.h | 3 + gcc/testsuite/ChangeLog | 28 ++ .../ext/visibility/fvisibility-inlines-hidden-4.C | 2 +- gcc/testsuite/gcc.c-torture/compile/pr61159.c | 1 + gcc/testsuite/gcc.c-torture/execute/alias-2.c | 1 + gcc/testsuite/gcc.dg/alias-7.c | 1 + gcc/value-range.cc | 35 +-- gcc/value-range.h | 63 +++-- gcc/varasm.c | 29 +- libgfortran/io/async.c | 4 +- libgfortran/io/io.h | 4 +- libgfortran/io/transfer.c | 14 +- libgomp/ChangeLog | 4 + libstdc++-v3/ChangeLog | 141 ++++++++++ libstdc++-v3/doc/html/manual/facets.html | 4 +- libstdc++-v3/doc/xml/manual/ctype.xml | 2 +- 28 files changed, 746 insertions(+), 221 deletions(-)