This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from b85a03ae11b Daily bump. adds 3e09331f6ae VAX: Implement the `-mlra' command-line option adds adcfd2c45c3 gcc.dg/uninit-pred-9_b.c: Correct last adjustment for cris-elf adds 267318a2857 c++: constexpr virtual and vbase thunk adds 4df7f8c7983 c++: don't do constexpr folding in unevaluated context adds bd95d75f341 c++: c++20 constexpr default ctor and array init adds daa9c6b015a c++: is_this_parameter and coroutines proxies adds 37326651b43 c++: check constexpr constructor body adds 2317082c151 c++: location of lambda object and conversion call adds d2944597206 libgomp: Add a testcase for omp_get_num_teams inside of tar [...] adds 9fa72756d90 libgomp, nvptx: Honor OpenMP 5.1 num_teams lower bound
No new revisions were added by this update.
Summary of changes: gcc/config/vax/vax.c | 11 ++++- gcc/config/vax/vax.opt | 4 ++ gcc/cp/call.c | 6 ++- gcc/cp/constexpr.c | 49 +++++++++++++++++------ gcc/cp/decl.c | 2 +- gcc/cp/init.c | 7 +++- gcc/cp/lambda.c | 7 ++-- gcc/cp/semantics.c | 3 +- gcc/doc/invoke.texi | 9 ++++- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-switch.C | 4 +- gcc/testsuite/g++.dg/cpp1y/constexpr-89285-2.C | 2 +- gcc/testsuite/g++.dg/cpp1y/constexpr-89285.C | 2 +- gcc/testsuite/g++.dg/cpp2a/constexpr-virtual20.C | 22 ++++++++++ gcc/testsuite/g++.dg/init/array41a.C | 27 +++++++++++++ gcc/testsuite/gcc.dg/uninit-pred-9_b.c | 4 +- libgomp/config/nvptx/target.c | 31 +++++++++----- libgomp/config/nvptx/team.c | 2 + libgomp/config/nvptx/teams.c | 6 +-- libgomp/testsuite/libgomp.c/teams-5.c | 17 ++++++++ libstdc++-v3/include/experimental/internet | 2 + libstdc++-v3/src/c++17/memory_resource.cc | 2 +- 21 files changed, 177 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-virtual20.C create mode 100644 gcc/testsuite/g++.dg/init/array41a.C create mode 100644 libgomp/testsuite/libgomp.c/teams-5.c