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-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 adds 108beb75da0 Daily bump. adds 9bac66390c0 libgo: adjust sysinfo scripts for changed -fdump-go-spec new b6237343e78 openmp: Fix up handling of addressable temporaries in simd [...] new d8aeee11af7 fold-const: Fix up a buffer overflow in native_encode_initi [...] new 2ebe7526584 gcc-changelog: add Unicode test-case new 1b021bbd85a gcc-changelog: new error for quoted utf8 filenames
The 4 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: contrib/gcc-changelog/git_commit.py | 8 +++ contrib/gcc-changelog/test_email.py | 8 +++ contrib/gcc-changelog/test_patches.txt | 55 ++++++++++++++++++++ gcc/ChangeLog | 10 ++++ gcc/DATESTAMP | 2 +- gcc/config/xtensa/xtensa.md | 21 ++++++++ gcc/doc/invoke.texi | 2 +- gcc/fold-const.c | 6 +-- gcc/fortran/ChangeLog | 5 ++ gcc/fortran/trans.c | 3 ++ gcc/gimplify.c | 23 +++++++-- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 9 ++++ gcc/testsuite/g++.dg/gomp/pr98383.C | 18 +++++++ gcc/testsuite/gcc.c-torture/compile/pr98407.c | 10 ++++ 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 + libgo/mkrsysinfo.sh | 53 +++----------------- libgo/mksysinfo.sh | 58 +++++----------------- libgo/sysinfo.c | 1 + libstdc++-v3/ChangeLog | 4 ++ libstdc++-v3/include/std/semaphore | 3 +- 25 files changed, 269 insertions(+), 109 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/pr98383.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr98407.c create mode 100644 gcc/testsuite/gcc.target/xtensa/bswap.c