This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from dfae324da5e Daily bump. new 50ff112d17e c++: xobj fn call without obj [PR115783] new 066c7893eae c++/coroutines: correct passing *this to promise type [PR104981]
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/call.cc | 2 +- gcc/cp/coroutines.cc | 18 ++------ .../g++.dg/coroutines/pr104981-preview-this.C | 34 +++++++++++++++ .../g++.dg/coroutines/pr115550-preview-this.C | 47 +++++++++++++++++++++ .../g++.dg/cpp23/explicit-obj-diagnostics11.C | 48 ++++++++++++++++++++++ 5 files changed, 133 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr104981-preview-this.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr115550-preview-this.C create mode 100644 gcc/testsuite/g++.dg/cpp23/explicit-obj-diagnostics11.C