This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release-aarch64-spec2k6-O3_LTO_VECT in repository toolchain/ci/gcc.
from ca094af16ce Missing piece in earlier change adds c67e977748e Daily bump. adds 4b407dad192 Daily bump. adds 7f0ee1a2fc6 Daily bump. adds 750d7364d97 Do not replace variable op variable in I/O implied DO loop [...] adds 8c546f4c893 Daily bump. adds b4ebc18c055 Daily bump. adds a34c0973c99 libstdc++: Constrain std::as_writable_bytes [PR101411] adds a8ae5dbc60e libstdc++: Simplify basic_string_view::ends_with [PR 101361] adds 08ad4e98f8b Daily bump. adds 2e1357bf960 Daily bump. adds 4669f3830fc Fortran - ICE in gfc_conv_expr_present initializing non-dum [...] adds f2ec4ab30be Daily bump. adds 4a052ef77d5 Daily bump. adds 3cb07a16060 Daily bump. adds 7ef9f027225 combine: Don't create REG_UNUSED notes if the reg already d [...] adds ecad28561c4 rs6000: Don't let swaps pass break multiply low-part (PR101129) adds 031953bb140 Daily bump. adds ff3a8cd2777 i386: Remove atomic_storedi_fpu and atomic_loaddi_fpu peeph [...] adds 5aa28c8cf15 ipa-sra: Fix thinko when overriding safe_to_import_accesses [...] adds 1bf9ab49f47 Daily bump. adds f4eb2ce1a32 Daily bump. new 3a415b6a937 libstdc++: Constrain three-way comparison for std::optional [...] new f2074277aa3 libstdc++: Move atomic functions to libsupc++ [PR 96657] new 20f5a56a1a6 Daily bump.
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/ChangeLog | 36 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/combine.c | 5 + gcc/config/i386/sync.md | 152 --------------------- gcc/config/rs6000/rs6000-p8swap.c | 19 +++ gcc/fortran/ChangeLog | 19 +++ gcc/fortran/frontend-passes.c | 4 +- gcc/fortran/trans-expr.c | 5 +- gcc/ipa-sra.c | 15 +- gcc/testsuite/ChangeLog | 35 +++++ gcc/testsuite/gcc.dg/ipa/pr101066.c | 20 +++ gcc/testsuite/gcc.target/i386/pr71245-1.c | 22 --- gcc/testsuite/gcc.target/i386/pr71245-2.c | 22 --- gcc/testsuite/gcc.target/powerpc/pr101129.c | 35 +++++ gcc/testsuite/gfortran.dg/implied_do_io_7.f90 | 16 +++ gcc/testsuite/gfortran.dg/pr100949.f90 | 10 ++ libstdc++-v3/ChangeLog | 43 ++++++ libstdc++-v3/include/std/optional | 7 + libstdc++-v3/include/std/span | 1 + libstdc++-v3/include/std/string_view | 6 +- libstdc++-v3/libsupc++/Makefile.am | 4 + libstdc++-v3/libsupc++/Makefile.in | 18 ++- libstdc++-v3/src/c++98/Makefile.am | 5 - libstdc++-v3/src/c++98/Makefile.in | 10 +- .../testsuite/18_support/exception_ptr/96657.cc | 17 +++ .../testsuite/20_util/optional/relops/three_way.cc | 22 ++- .../testsuite/23_containers/span/101411.cc | 15 ++ 28 files changed, 343 insertions(+), 226 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr101066.c delete mode 100644 gcc/testsuite/gcc.target/i386/pr71245-1.c delete mode 100644 gcc/testsuite/gcc.target/i386/pr71245-2.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr101129.c create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr100949.f90 create mode 100644 libstdc++-v3/testsuite/18_support/exception_ptr/96657.cc create mode 100644 libstdc++-v3/testsuite/23_containers/span/101411.cc