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-aarch64-next-allnoconfig in repository toolchain/gcc.
from ac3f271ad1a Daily bump. adds aaf3fddc40d combine: More make_more_copies adds 82f50ad5c98 Daily bump. adds f8c08a76ea9 2018-11-10 Sandra Loosemore sandra@codesourcery.com adds 056c53b7427 Implement P1007R3 std::assume_aligned adds 6ab4d870655 Implement P0318R1 unwrap_ref_decay and unwrap_reference adds a1054504a5d 2018-11-11 Richard Biener rguenther@suse.de
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 49 +++++ gcc/DATESTAMP | 2 +- gcc/combine.c | 9 +- gcc/doc/invoke.texi | 109 +++++++++-- gcc/ipa-cp.c | 31 ++-- gcc/ipa-prop.c | 39 ++-- gcc/ipa-prop.h | 2 +- gcc/tree-vrp.c | 203 +++++++++++++++++---- gcc/tree-vrp.h | 89 ++++++--- libstdc++-v3/ChangeLog | 14 ++ libstdc++-v3/include/std/memory | 15 ++ libstdc++-v3/include/std/type_traits | 14 ++ .../creation/87278.cc => assume_aligned/1.cc} | 13 +- .../2_neg.cc} | 13 +- .../3.cc} | 17 +- .../testsuite/20_util/unwrap_reference/1.cc | 58 ++++++ .../testsuite/20_util/unwrap_reference/2.cc | 51 ++++++ 17 files changed, 597 insertions(+), 131 deletions(-) copy libstdc++-v3/testsuite/20_util/{shared_ptr/creation/87278.cc => assume_aligne [...] copy libstdc++-v3/testsuite/20_util/{is_nothrow_convertible/requirements/explicit_ [...] copy libstdc++-v3/testsuite/20_util/{is_nothrow_convertible/requirements/explicit_ [...] create mode 100644 libstdc++-v3/testsuite/20_util/unwrap_reference/1.cc create mode 100644 libstdc++-v3/testsuite/20_util/unwrap_reference/2.cc