This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 530b8be5000 PR c/86125 - missing -Wbuiltin-declaration-mismatch on a mi [...] new 8c89c5fc26e PR c++/89001 - mangling of reference temporaries
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/cp/ChangeLog | 10 ++++++++++ gcc/cp/call.c | 14 +++++++++++++- gcc/cp/cp-tree.h | 3 +++ gcc/cp/mangle.c | 7 ++----- gcc/cp/typeck2.c | 1 + gcc/testsuite/g++.dg/abi/ref-temp1.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp34.C | 4 ++-- 7 files changed, 49 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/ref-temp1.C