This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26d689f Delete x86 deprecated pcommit instruction support new 18c3eae * call.c (extend_ref_init_temps): Fix TARGET_EXPR handling. new f3406a4 PR c++/54293 - binding reference to member of temporary new d47a992 Implement P0135R1, Guaranteed copy elision.
The 3 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 | 8 ++++++ gcc/cp/call.c | 56 ++++++++++++++++++++----------------- gcc/cp/cvt.c | 7 +++-- gcc/testsuite/g++.dg/cpp1z/elide1.C | 16 +++++++++++ gcc/testsuite/g++.dg/cpp1z/elide2.C | 25 +++++++++++++++++ gcc/testsuite/g++.dg/init/ref19.C | 6 +++- 6 files changed, 89 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/elide1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/elide2.C