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 a6efab5fbc4 Dispatch code for floating point range ops. adds 789c4b9bb01 c++: aggregate prvalue as for range [PR106230] adds a5271b14498 Daily bump. new f4286601933 rs6000: Preserve REG_EH_REGION when replacing load/store [P [...]
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 | 120 ++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 4 + gcc/config/rs6000/rs6000-p8swap.cc | 20 ++++- gcc/cp/ChangeLog | 10 +++ gcc/cp/semantics.cc | 5 ++ gcc/testsuite/ChangeLog | 42 ++++++++++ gcc/testsuite/g++.dg/cpp0x/range-for38.C | 16 ++++ gcc/testsuite/gcc.target/powerpc/pr106091.c | 15 ++++ 9 files changed, 231 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for38.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr106091.c