This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 699e9a0f671 openmp: Fix up include of the generic allocator.c adds a05aac0a130 rs6000: Delete FP_ISA3 adds 64584863452 Update gcc sv.po adds 2fcc69d8ce4 xtensa: Implement bswaphi2 insn pattern adds 9777d446e21 xtensa: Make one_cmplsi2 optimizer-friendly adds e44e7face13 xtensa: Optimize '(~x & y)' to '((x & y) ^ y)' adds 29dc90a580b xtensa: Add clrsbsi2 insn pattern new e3bba42fb5d 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 | 65 + gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 31 +- gcc/config/xtensa/xtensa.md | 68 +- gcc/cp/ChangeLog | 23 + gcc/po/ChangeLog | 4 + gcc/po/sv.po | 1530 ++++----------------- gcc/testsuite/ChangeLog | 35 + gcc/testsuite/gcc.target/xtensa/check_zero_byte.c | 9 + gcc/testsuite/gcc.target/xtensa/one_cmpl_abs.c | 9 + libgcc/ChangeLog | 5 + libgcc/config/xtensa/lib1funcs.S | 23 + libgcc/config/xtensa/t-xtensa | 2 +- libgomp/ChangeLog | 19 + 14 files changed, 569 insertions(+), 1256 deletions(-) create mode 100644 gcc/testsuite/gcc.target/xtensa/check_zero_byte.c create mode 100644 gcc/testsuite/gcc.target/xtensa/one_cmpl_abs.c