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 in repository toolchain/ci/gcc.
from c5397682aff Daily bump. adds ce46d604135 c++: array {}-init [PR105589] adds 87e1f023aae c++: parsing injected-class-name as template adds 4df735e01e3 c++: hidden friend access [DR1699] new 18547874ee2 i386: Remove constraints when used with constant integer pr [...]
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/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/friend.cc | 2 + gcc/cp/init.cc | 7 +- gcc/cp/parser.cc | 3 + gcc/cp/search.cc | 7 +- gcc/testsuite/g++.dg/cpp0x/initlist-array16.C | 11 + gcc/testsuite/g++.dg/lookup/friend23.C | 17 ++ gcc/testsuite/g++.dg/template/access37.C | 8 +- gcc/testsuite/g++.dg/template/friend69.C | 4 +- 13 files changed, 293 insertions(+), 264 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array16.C create mode 100644 gcc/testsuite/g++.dg/lookup/friend23.C