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/master-arm-bootstrap in repository toolchain/ci/gcc.
from 137da38377e Remove non-ANSI C macros in ansidecl.h. adds 9cb69e7884f libiberty: fix bad replacement. adds 5dac43b43c3 libiberty: fix type in allocation adds 098f02aa154 libiberty: fix wrong replacent in comments adds 1807e07825a libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284] adds ca97c87758d libstdc++: Add <spanstream> declarations to <iosfwd> [PR105284] adds dc6c96f0707 c++: Harden *_PACK_EXPANSION and *_ARGUMENT_PACK macros adds ee18dc41035 c++: Remove SET_PACK_EXPANSION_PATTERN / SET_ARGUMENT_PACK_ARGS adds 79b9d83947e doc: Fix mode iterator example adds ddd46293e2b isel: Fix up gimple_expand_vec_set_expr [PR105528] adds 71eae0fd3dd x86: Add .note.GNU-stack section only for Linux adds 5edd0802696 Fortran: check TEAM arguments to coarray intrinsics new a4ad92fc4d0 Update gcc hr.po
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/cp/coroutines.cc | 2 +- gcc/cp/cp-tree.def | 2 - gcc/cp/cp-tree.h | 46 ++-- gcc/cp/module.cc | 4 +- gcc/cp/parser.cc | 7 +- gcc/cp/pt.cc | 30 +-- gcc/doc/md.texi | 2 +- gcc/fortran/resolve.cc | 32 +++ gcc/gimple-isel.cc | 3 +- gcc/po/hr.po | 10 +- gcc/testsuite/gcc.dg/pr105528.c | 23 ++ gcc/testsuite/gcc.target/i386/iamcu/asm-support.S | 2 + gcc/testsuite/gcc.target/x86_64/abi/asm-support.S | 2 + .../gcc.target/x86_64/abi/avx/asm-support.S | 2 + .../gcc.target/x86_64/abi/avx512f/asm-support.S | 2 + .../gcc.target/x86_64/abi/avx512fp16/asm-support.S | 2 + .../x86_64/abi/avx512fp16/m256h/asm-support.S | 2 + .../x86_64/abi/avx512fp16/m512h/asm-support.S | 2 + .../gcc.target/x86_64/abi/ms-sysv/do-test.S | 2 + gcc/testsuite/gfortran.dg/coarray_50.f90 | 22 ++ libiberty/hashtab.c | 8 +- libiberty/random.c | 2 - libiberty/regex.c | 8 +- libstdc++-v3/include/std/iosfwd | 41 ++++ libstdc++-v3/include/std/spanstream | 8 +- libstdc++-v3/include/std/syncstream | 6 +- .../testsuite/27_io/headers/iosfwd/synopsis.cc | 132 +++++++++++ .../testsuite/27_io/headers/iosfwd/types.cc | 264 +++++++++++++++++++++ 28 files changed, 594 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105528.c create mode 100644 gcc/testsuite/gfortran.dg/coarray_50.f90 create mode 100644 libstdc++-v3/testsuite/27_io/headers/iosfwd/synopsis.cc create mode 100644 libstdc++-v3/testsuite/27_io/headers/iosfwd/types.cc