This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-arm-build_cross in repository toolchain/ci/gcc.
from 8ebcd360858 Generate 128-bit int divide/modulus on power10. adds d3344fbe7bc Clean up and virtualize the on-entry cache interface. adds f4ed9f2e65a Implement multi-bit aligned accessors for sparse bitmap. adds 52f0aa4dee8 Implement a sparse bitmap representation for Rangers on-ent [...] adds 263a7e20c88 Don't process lookups for debug statements in Ranger. adds 86534c07a39 Disable poor value processing in ranger cache. adds f48526b8d2a Adjust on_entry cache to indicate if the value was set properly. adds 85c22c517e9 Do not continue propagating values which cannot be set properly. adds b977e6b29c6 Fix build_gt and build_lt for signed 1 bit values. adds ccfbcb47cc3 Daily bump. new 018eac57773 driver/101383 - handle -gtoggle in driver
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 | 139 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/bitmap.c | 108 +++++++++++++ gcc/bitmap.h | 7 + gcc/gcc.c | 10 ++ gcc/gimple-range-cache.cc | 346 +++++++++++++++++++++++++++------------- gcc/gimple-range-cache.h | 5 +- gcc/gimple-range.cc | 2 +- gcc/params.opt | 4 + gcc/range-op.cc | 18 ++- gcc/testsuite/ChangeLog | 36 +++++ gcc/testsuite/gcc.dg/pr101223.c | 44 +++++ gcc/value-range.h | 9 ++ libstdc++-v3/ChangeLog | 26 +++ 14 files changed, 638 insertions(+), 118 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr101223.c