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-stable-allyesconfig in repository toolchain/ci/gcc.
from 12ae2bc7084 Fix standard name for zero/sign extend expanders adds 97d3ddcfc9c i386: Use existing temporary register in rounding functions adds 81615bb072c i386: Fix __builtin_rint with FE_DOWNWARD rounding directio [...] adds 7e999bd84f4 doc: Remove HSAIL from Language Standards adds c33fd160762 libgomp: Avoid bad "up" link in libgomp docs adds 2d3425a52f3 Daily bump. adds d2754fbb65d i386: Rounding functions TLC new 052870c3d1c arc: Don't use predicated vadd2 instructions in mov patterns. new e51727c6912 arc: Fix cached to uncached moves. new 6c806034136 arc: Update test pattern. new 5ccd07e3299 arc: Make use reg_renumber safe. new 8a90673beda arc: flip if-condition predicates in secondary reload hook new 02a2d78f7ad arc: generate mac(u) insn instead of macd(u) when destinati [...]
The 6 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 | 38 +++++++ gcc/DATESTAMP | 2 +- gcc/config/arc/arc.c | 14 ++- gcc/config/arc/arc.h | 2 +- gcc/config/arc/arc.md | 30 +++--- gcc/config/arc/simdext.md | 4 +- gcc/config/i386/i386-expand.c | 158 +++++++++++++++--------------- gcc/doc/standards.texi | 8 -- gcc/testsuite/ChangeLog | 11 +++ gcc/testsuite/gcc.target/arc/loop-3.c | 2 +- gcc/testsuite/gcc.target/arc/uncached-9.c | 39 ++++++++ gcc/testsuite/gcc.target/i386/pr96793-2.c | 28 ++++++ libgomp/ChangeLog | 4 + libgomp/libgomp.texi | 2 +- 14 files changed, 234 insertions(+), 108 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/uncached-9.c create mode 100644 gcc/testsuite/gcc.target/i386/pr96793-2.c