This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f03b8f595b6 aarch64: Fix undefinedness while testing the J constraint [ [...] new 44868e7298d c++: co_await and initializer_list [PR109227] new 136a828754f c++: array of PMF [PR113598]
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/coroutines.cc | 118 +++++++-------------- gcc/cp/init.cc | 4 +- .../g++.dg/coroutines/co-await-initlist2.C | 29 +++++ gcc/testsuite/g++.dg/cpp0x/initlist-pmf2.C | 12 +++ 4 files changed, 82 insertions(+), 81 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/co-await-initlist2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-pmf2.C