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-arm-lts-defconfig in repository toolchain/ci/gcc.
from 69165332a91 expr: Fix up constant_byte_string bitfield handling [PR98366] adds 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> new 18e86fae2a1 gcc: xtensa: implement bswapsi2, bswapdi2 and helpers
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 | 25 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/xtensa/xtensa.md | 21 ++++++++++++ gcc/doc/invoke.texi | 2 +- gcc/fortran/trans.c | 3 ++ gcc/testsuite/ChangeLog | 16 +++++++++ gcc/testsuite/gcc.target/xtensa/bswap.c | 14 ++++++++ .../gfortran.dg/coarray/send_char_array_1.f90 | 16 ++++----- libgcc/config/xtensa/lib1funcs.S | 39 ++++++++++++++++++++++ libgcc/config/xtensa/t-xtensa | 1 + libstdc++-v3/include/std/semaphore | 3 +- 11 files changed, 131 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.target/xtensa/bswap.c