This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from 2fe5b7d1f66 Daily bump. adds d119f34c952 New modref/ipa_modref optimization passes adds 9044db88d63 Fix ICE during dumping in ipa-modref. adds 0968df43cdd c++: Add test for PR90199. adds 363e7755f22 Fix linkage with -nodefaultlibs option. adds 3c755b428e1 libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101] adds 11da31998af Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 46 + gcc/DATESTAMP | 2 +- gcc/Makefile.in | 4 + gcc/alias.c | 2 +- gcc/alias.h | 1 + gcc/common.opt | 4 + gcc/config/pa/pa-hpux11.h | 5 - gcc/config/pa/pa32-linux.h | 5 + gcc/config/pa/pa64-hpux.h | 12 +- gcc/gengtype.c | 2 +- gcc/ipa-modref-tree.c | 236 ++++ gcc/ipa-modref-tree.h | 253 ++++ gcc/ipa-modref.c | 1376 ++++++++++++++++++++ gcc/ipa-modref.h | 48 + gcc/lto-section-in.c | 1 + gcc/lto-streamer.h | 1 + gcc/opts.c | 1 + gcc/params.opt | 12 + gcc/passes.def | 4 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cpp1y/constexpr-90199.C | 28 + gcc/timevar.def | 2 + gcc/tree-pass.h | 2 + gcc/tree-ssa-alias.c | 173 ++- gcc/tree-ssa-alias.h | 2 +- libstdc++-v3/ChangeLog | 7 + libstdc++-v3/include/std/functional | 4 +- .../20_util/function_objects/bind_front/97101.cc | 41 + 28 files changed, 2248 insertions(+), 31 deletions(-) create mode 100644 gcc/ipa-modref-tree.c create mode 100644 gcc/ipa-modref-tree.h create mode 100644 gcc/ipa-modref.c create mode 100644 gcc/ipa-modref.h create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-90199.C create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/97101.cc