This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4df7f8c7983 c++: don't do constexpr folding in unevaluated context new bd95d75f341 c++: c++20 constexpr default ctor and array init new daa9c6b015a c++: is_this_parameter and coroutines proxies new 37326651b43 c++: check constexpr constructor body new 2317082c151 c++: location of lambda object and conversion call new d2944597206 libgomp: Add a testcase for omp_get_num_teams inside of tar [...]
The 5 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/cp/call.c | 6 ++++- gcc/cp/constexpr.c | 27 ++++++++++++++++------ gcc/cp/init.c | 7 ++++-- gcc/cp/lambda.c | 7 +++--- gcc/cp/semantics.c | 3 ++- 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 +- .../g++.dg/init/{array41.C => array41a.C} | 4 ++-- libgomp/testsuite/libgomp.c/teams-5.c | 17 ++++++++++++++ libstdc++-v3/include/experimental/internet | 2 ++ libstdc++-v3/src/c++17/memory_resource.cc | 2 +- 12 files changed, 61 insertions(+), 22 deletions(-) copy gcc/testsuite/g++.dg/init/{array41.C => array41a.C} (82%) create mode 100644 libgomp/testsuite/libgomp.c/teams-5.c