This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 4df735e01e3 c++: hidden friend access [DR1699] adds 18547874ee2 i386: Remove constraints when used with constant integer pr [...] new ac6a32f663a Daily bump. new 69c4b5c519f Fix ICE caused by wrong condition.
The 2 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 | 22 ++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.cc | 9 +- gcc/config/i386/i386.md | 98 ++++----- gcc/config/i386/mmx.md | 20 +- gcc/config/i386/sse.md | 366 +++++++++++++++---------------- gcc/config/i386/subst.md | 10 +- gcc/config/i386/sync.md | 4 +- gcc/cp/ChangeLog | 19 ++ gcc/testsuite/ChangeLog | 15 ++ gcc/testsuite/gcc.target/i386/pr105587.c | 11 + 11 files changed, 319 insertions(+), 257 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr105587.c