This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/gcc.
from bfbd20f7f5d Implement std::visit<R> for C++2a (P0655R1) adds 49666f40628 PR bootstrap/89980 - pointer initialization with empty stri [...] adds 168afa9b04d PR c++/87145 - bogus error converting class type in templa [...] adds e5caaf79145 Daily bump. adds 901be41907b 2019-04-06 Thomas Koenig tkoenig@gcc.gnu.org
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 14 ++++ gcc/cp/decl.c | 12 ++-- gcc/cp/pt.c | 13 ++++ gcc/fortran/ChangeLog | 6 ++ gcc/fortran/resolve.c | 2 +- gcc/testsuite/ChangeLog | 18 ++++- gcc/testsuite/g++.dg/cpp0x/constexpr-conv3.C | 25 +++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-conv4.C | 25 +++++++ gcc/testsuite/g++.dg/init/array52.C | 100 +++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/entry_22.f90 | 12 ++++ 11 files changed, 221 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-conv3.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-conv4.C create mode 100644 gcc/testsuite/g++.dg/init/array52.C create mode 100644 gcc/testsuite/gfortran.dg/entry_22.f90