This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aa1ddb6 PR middle-end/72781 * omp-low.c (lower_lastprivate_clauses) [...] new 7cbcf60 PR fortran/72716 * openmp.c (gfc_match_omp_declare_simd): D [...] new fb182d5 PR c++/58706 * parser.c: Include tree-iterator.h. (cp_pars [...] new 1bdef36 PR go/72814
The 3 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/parser.c | 37 +++++++++++++++++++++-- gcc/fortran/ChangeLog | 6 ++++ gcc/fortran/openmp.c | 6 ++++ gcc/go/ChangeLog | 8 +++++ gcc/go/go-gcc.cc | 29 ++++++++++++++++++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 3 ++ gcc/testsuite/gfortran.dg/gomp/pr72716.f90 | 6 ++++ libgo/runtime/go-ffi.c | 11 +++++++ libgomp/ChangeLog | 5 ++++ libgomp/testsuite/libgomp.c++/pr58706.C | 47 ++++++++++++++++++++++++++++++ 12 files changed, 167 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr72716.f90 create mode 100644 libgomp/testsuite/libgomp.c++/pr58706.C