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_debug in repository toolchain/ci/gcc.
from fd3d25d6df1 PR target/106273: Add earlyclobber to *andn<dwi>3_doublewor [...] adds 2582080f19e x86: Disable sibcall if indirect_return attribute doesn't match adds bdc7b765f87 Daily bump. adds 1884f897823 xtensa: constantsynth: Make try to find shorter instruction adds d6d8e6a7e13 xtensa: Optimize "bitwise AND with imm1" followed by "branc [...] new 2b5baaef0b6 go: fix f().x where f returns zero-sized type
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: ChangeLog | 4 + gcc/ChangeLog | 111 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 34 +++++++ gcc/c-family/ChangeLog | 14 +++ gcc/config/i386/i386.cc | 10 ++ gcc/config/xtensa/xtensa.cc | 58 +++++------ gcc/config/xtensa/xtensa.md | 73 ++++++++------ gcc/cp/ChangeLog | 25 +++++ gcc/fortran/ChangeLog | 6 ++ gcc/go/ChangeLog | 5 + gcc/go/go-gcc.cc | 7 ++ gcc/testsuite/ChangeLog | 49 +++++++++ gcc/testsuite/gcc.target/i386/pr85620-2.c | 3 +- .../gcc.target/i386/{pr85620-2.c => pr85620-5.c} | 4 +- .../gcc.target/i386/{pr85620-2.c => pr85620-6.c} | 3 +- gcc/testsuite/gcc.target/i386/pr85620-7.c | 14 +++ libcpp/ChangeLog | 7 ++ libstdc++-v3/ChangeLog | 17 ++++ 19 files changed, 383 insertions(+), 63 deletions(-) copy gcc/testsuite/gcc.target/i386/{pr85620-2.c => pr85620-5.c} (52%) copy gcc/testsuite/gcc.target/i386/{pr85620-2.c => pr85620-6.c} (72%) create mode 100644 gcc/testsuite/gcc.target/i386/pr85620-7.c