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-mainline-allmodconfig in repository toolchain/ci/gcc.
from 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 adds 052870c3d1c arc: Don't use predicated vadd2 instructions in mov patterns. adds e51727c6912 arc: Fix cached to uncached moves. adds 6c806034136 arc: Update test pattern. adds 5ccd07e3299 arc: Make use reg_renumber safe. adds 8a90673beda arc: flip if-condition predicates in secondary reload hook adds 02a2d78f7ad arc: generate mac(u) insn instead of macd(u) when destinati [...]
No new revisions were added by this update.
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 | 146 +++++++++++++++--------------- 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, 227 insertions(+), 103 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/uncached-9.c create mode 100644 gcc/testsuite/gcc.target/i386/pr96793-2.c