This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from 92c958a08081 Merge master r10-6062, final before branch commit. adds 49789fd08378 [C++ coroutines] Initial implementation. adds 7ebbff3acbe6 [libiberty] Update demangler to handle co_await operator. new 953de167112b Merge master r10-6064; this merges the coroutine push. adds 5a715667bbb9 Reword a comment in varpool_node::ctor_useable_for_folding_p. adds 8118184c3e14 config.gcc <obsolete targets>: Add crisv32-*-* and cris-*-linux* adds 955e4e3b7057 testsuite: Fix dg-message syntax. adds 93bb79abfccc AArch64: Fix unused variable warning breaking bootstrap. adds 84479e3a4ceb Fix compilation of crtstuff.c when DEFAULT_USE_CXA_ATEXIT [...] adds 463f64994470 libgcc: cris: config/cris/arit.c (DS): Apply attribute __f [...] adds dba33cb727d4 c++: Fix coroutines.cc build for nvptx-none target adds 2589beb1d1a0 Daily bump. adds 52354dadb80b Check for illegal reference in function. new c3c00ac83272 Merge master r10-6073.
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/ChangeLog | 39 ++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 10 ++ gcc/config.gcc | 2 + gcc/config/aarch64/aarch64-sve-builtins-base.cc | 2 +- gcc/cp/ChangeLog | 41 +++++++ gcc/cp/coroutines.cc | 2 +- gcc/fortran/ChangeLog | 7 ++ gcc/fortran/primary.c | 1 + gcc/fortran/resolve.c | 7 ++ gcc/testsuite/ChangeLog | 131 +++++++++++++++++++++ gcc/testsuite/c-c++-common/pr92833-4.c | 2 +- gcc/testsuite/gfortran.dg/function_reference_1.f90 | 11 ++ gcc/testsuite/gfortran.dg/function_reference_2.f90 | 10 ++ gcc/varpool.c | 7 +- libgcc/ChangeLog | 10 ++ libgcc/config/cris/arit.c | 3 +- libgcc/crtstuff.c | 2 + libstdc++-v3/ChangeLog | 6 + 19 files changed, 287 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/function_reference_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/function_reference_2.f90