This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3928790c5a2 2019-10-30 Bernd Edlinger bernd.edlinger@hotmail.de new a04a3941dc6 * typeck.c (decl_in_std_namespace_p): Return true also for [...] new 4141b3c05c5 PR c++/91369 - Implement P0784R7: constexpr new * constex [...]
The 2 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/ChangeLog | 12 ++++ gcc/cp/constexpr.c | 63 ++++++++++++++++- gcc/cp/typeck.c | 15 +++- gcc/testsuite/ChangeLog | 7 ++ .../{Wpessimizing-move1.C => Wpessimizing-move6.C} | 35 +++++----- gcc/testsuite/g++.dg/cpp2a/constexpr-new5.C | 79 ++++++++++++++++++++++ 6 files changed, 191 insertions(+), 20 deletions(-) copy gcc/testsuite/g++.dg/cpp0x/{Wpessimizing-move1.C => Wpessimizing-move6.C} (77%) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new5.C