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-next-allnoconfig 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> adds 18e86fae2a1 gcc: xtensa: implement bswapsi2, bswapdi2 and helpers
No new revisions were added by this update.
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