This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 838da6cf8d2 analyzer: convert tests with dos2unix adds a6efab5fbc4 Dispatch code for floating point range ops. new 789c4b9bb01 c++: aggregate prvalue as for range [PR106230] new a5271b14498 Daily bump.
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 | 120 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 1 + gcc/analyzer/ChangeLog | 4 + gcc/cp/ChangeLog | 10 ++ gcc/cp/semantics.cc | 5 + gcc/range-op-float.cc | 206 +++++++++++++++++++++++++++++++ gcc/range-op.cc | 153 +++++++++++++++++++---- gcc/range-op.h | 69 ++++++++++- gcc/testsuite/ChangeLog | 42 +++++++ gcc/testsuite/g++.dg/cpp0x/range-for38.C | 16 +++ gcc/value-query.cc | 1 + 12 files changed, 605 insertions(+), 24 deletions(-) create mode 100644 gcc/range-op-float.cc create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for38.C