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-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from 200232f3b71 2019-12-12 Harald Anlauf anlauf@gmx.de adds 869932aeece Daily bump. adds 73eb817b456 PR c++/92150 - partial specialization with class NTTP. adds 348574eabb4 PR c++/92446 - deduction of class NTTP. adds 89de3a67fab PR c++/92859 - ADL and bit-field. adds 63441f53025 PR c++/57082 - new X{} and private destructor. new ff0a7322af1 Daily bump.
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 | 21 +++++++++++++++++++++ gcc/cp/init.c | 2 +- gcc/cp/name-lookup.c | 2 +- gcc/cp/pt.c | 7 ++++--- gcc/testsuite/g++.dg/cpp0x/initlist-new2.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class24.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class26.C | 13 +++++++++++++ gcc/testsuite/g++.dg/overload/bit-field1.C | 18 ++++++++++++++++++ 9 files changed, 93 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-new2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class24.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class26.C create mode 100644 gcc/testsuite/g++.dg/overload/bit-field1.C