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_O3 in repository toolchain/ci/gcc.
from b3763384a1f match.pd: Fix x * 0.0 -> 0.0 folding [PR104389] adds f49b8d25b1f Fix expected output for s390 tests adds 661109b0244 Daily bump. adds f9e900ce9b1 c++: Further address_compare fixes [PR89074]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 18 +++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 21 +++ gcc/cp/constexpr.cc | 5 +- gcc/fold-const.cc | 151 ++++++++++++++++----- gcc/fold-const.h | 11 +- gcc/testsuite/ChangeLog | 16 +++ gcc/testsuite/g++.dg/cpp1y/constexpr-89074-3.C | 132 ++++++++++++++++++ gcc/testsuite/gcc.target/s390/20150826-1.c | 2 +- .../gcc.target/s390/zvector/imm-range-error-1.c | 10 +- 10 files changed, 326 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89074-3.C