This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06d5d63d994 modulo-sched: fix bootstrap compare-debug issue new 72809d6fe8e c++: Handle COMPOUND_EXPRs in ocp_convert [PR94339] new 2eea00c518d c++: Avoid calls in non-evaluated contexts affect whether f [...]
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 | 11 +++++++++++ gcc/cp/call.c | 11 +++++++---- gcc/cp/cvt.c | 11 +++++++++++ gcc/testsuite/ChangeLog | 9 +++++++++ gcc/testsuite/g++.dg/ext/attr-copy-2.C | 8 ++++---- gcc/testsuite/g++.dg/other/pr94326.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/other/pr94339.C | 11 +++++++++++ 7 files changed, 72 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/pr94326.C create mode 100644 gcc/testsuite/g++.dg/other/pr94339.C