This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b2efd16 PR c++/71528 * decl.c (duplicate_decls): For DECL_INITIALIZ [...] new 06c75b9 P0145R2: Refining Expression Order for C++.
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/c-family/ChangeLog | 6 ++ gcc/c-family/c-opts.c | 6 ++ gcc/c-family/c.opt | 8 ++ gcc/cp/ChangeLog | 14 +++ gcc/cp/call.c | 107 ++++++++++++++++++---- gcc/cp/cp-gimplify.c | 45 +++++++--- gcc/cp/cp-tree.h | 27 ++++-- gcc/cp/pt.c | 14 +++ gcc/cp/semantics.c | 5 +- gcc/cp/tree.c | 14 +-- gcc/doc/invoke.texi | 11 ++- gcc/testsuite/g++.dg/cpp1z/eval-order1.C | 21 +++++ gcc/testsuite/g++.dg/cpp1z/eval-order2.C | 15 ++++ gcc/testsuite/g++.dg/cpp1z/eval-order3.C | 150 +++++++++++++++++++++++++++++++ 14 files changed, 403 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order2.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order3.C