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 838da6cf8d2 analyzer: convert tests with dos2unix adds a6efab5fbc4 Dispatch code for floating point range ops. adds 789c4b9bb01 c++: aggregate prvalue as for range [PR106230] adds a5271b14498 Daily bump.
No new revisions were added by this update.
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