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-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 0e6fa997306 Daily bump. adds 76d6224b944 PR target/106303: Fix TImode STV related failures on x86. adds e850c98f1f0 Convert some uses in ranger_cache and DOM to vrange. adds 4a36b4e1fe4 Allow registering same SSA name relations in oracle. adds 164758b02c4 Tweaks to global ranges. adds 8b8103dcd26 Minor fixes to vr_values to not die on non integral types. adds 6078e013e3d Daily bump. adds 45f6ced9b82 c++: correct testcase PR number adds 75d20d6c84c rs6000: Adjust -mdejagnu-cpu to filter out -mtune [PR106345] new 1a10bd84a5d frange class to represent floating point ranges new 718cf8d0bd3 docs: remove recently added trailing whitespaces
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 | 54 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-features.cc | 116 ++++++++++-------- gcc/config/i386/i386-features.h | 12 +- gcc/config/rs6000/rs6000.h | 11 +- gcc/doc/extend.texi | 12 +- gcc/doc/invoke.texi | 10 +- gcc/gimple-range-cache.cc | 7 +- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/cpp0x/nsdmi-union7.C | 2 +- gcc/testsuite/gcc.target/i386/pr106303.c | 25 ++++ gcc/testsuite/gcc.target/i386/pr106347.c | 24 ++++ gcc/tree-ssa-dom.cc | 18 +-- gcc/tree-ssanames.cc | 3 +- gcc/value-query.cc | 10 +- gcc/value-range-pretty-print.cc | 41 +++++++ gcc/value-range-pretty-print.h | 2 + gcc/value-range-storage.h | 27 ++++- gcc/value-range.cc | 195 +++++++++++++++++++++++++++++- gcc/value-range.h | 194 ++++++++++++++++++++++++++++- gcc/value-relation.cc | 7 +- gcc/vr-values.cc | 15 ++- 22 files changed, 691 insertions(+), 104 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr106303.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106347.c