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-release-aarch64-next-allnoconfig in repository toolchain/ci/gcc.
from 7bdd6b659ac Backported from mainline 2019-10-17 Jakub Jelinek <jaku [...] adds ac2d1079acc Daily bump. adds 8a3ffb51c5a PR c++/92106 - ICE with structured bindings and -Wreturn-l [...] new aa98d62d9c7 PR c++/92062 - ODR-use ignored for static member of class [...]
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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 12 +++++++ gcc/cp/pt.c | 2 ++ gcc/cp/typeck.c | 6 ++-- gcc/testsuite/g++.dg/cpp0x/constexpr-odr1.C | 19 +++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-odr2.C | 19 +++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp50.C | 51 +++++++++++++++++++++++++++++ 7 files changed, 108 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-odr1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-odr2.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp50.C