This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e52afc20d63 Simplify ptr - 0 new f8037512a4f * g++.dg/pr65240-1.C: Add -Wno-return-type to dg-options. [...] new df966d85b3e PR fortran/81841 * parse.c (parse_spec): Allow ST_OMP_THR [...] new 59b23ab9888 * c-parser.c (c_parser_omp_declare_simd): Reject declare s [...]
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/c/ChangeLog | 5 ++++ gcc/c/c-parser.c | 2 +- gcc/fortran/ChangeLog | 7 ++++++ gcc/fortran/parse.c | 1 + gcc/testsuite/ChangeLog | 10 ++++++++ gcc/testsuite/g++.dg/pr65240-1.C | 2 +- gcc/testsuite/g++.dg/pr65240-2.C | 2 +- gcc/testsuite/g++.dg/pr65240-3.C | 2 +- gcc/testsuite/g++.dg/pr65240-4.C | 2 +- gcc/testsuite/gcc.dg/gomp/declare-simd-1.c | 12 --------- gcc/testsuite/gcc.dg/gomp/declare-simd-5.c | 35 +++++++++++++++++++++++++++ libgomp/ChangeLog | 5 ++++ libgomp/testsuite/libgomp.fortran/pr81841.f90 | 26 ++++++++++++++++++++ 13 files changed, 94 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gomp/declare-simd-5.c create mode 100644 libgomp/testsuite/libgomp.fortran/pr81841.f90