This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-defconfig in repository toolchain/ci/gcc.
from eb460c5986b Daily bump. adds bebf930dd2b Correct coarray indices for test case. adds 8d76c007afe Set DECL_ARTIFICIAL on gfortran internal variables. adds 8b01af02b50 doc: Fix a typo [PR98400] adds 3621a7bb579 libstdc++: Fix indentation in <semaphore> adds 18e86fae2a1 gcc: xtensa: implement bswapsi2, bswapdi2 and helpers new 108beb75da0 Daily bump.
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 | 10 ++++++ gcc/DATESTAMP | 2 +- gcc/config/xtensa/xtensa.md | 21 ++++++++++++ gcc/doc/invoke.texi | 2 +- gcc/fortran/ChangeLog | 5 +++ gcc/fortran/trans.c | 3 ++ gcc/testsuite/ChangeLog | 9 +++++ gcc/testsuite/gcc.target/xtensa/bswap.c | 14 ++++++++ .../gfortran.dg/coarray/send_char_array_1.f90 | 16 ++++----- libgcc/ChangeLog | 7 ++++ libgcc/config/xtensa/lib1funcs.S | 39 ++++++++++++++++++++++ libgcc/config/xtensa/t-xtensa | 1 + libstdc++-v3/ChangeLog | 4 +++ libstdc++-v3/include/std/semaphore | 3 +- 14 files changed, 125 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.target/xtensa/bswap.c