This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e55400ddb65 PR c++/82040 * typeck.c (cp_build_unary_op): Avoid re-ent [...] new 2301d121eea Fix warning for simple-object-elf.c. new 1e52a582103 PR c/81887 c-family/ * c-pragma.c (omp_pragmas): Move "or [...]
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/c-family/ChangeLog | 8 ++++ gcc/c-family/c-omp.c | 4 ++ gcc/c-family/c-pragma.c | 2 +- gcc/c/ChangeLog | 5 +++ gcc/c/c-parser.c | 10 +++++ gcc/cp/ChangeLog | 5 +++ gcc/cp/parser.c | 10 +++++ gcc/fortran/ChangeLog | 10 +++++ gcc/fortran/parse.c | 8 ++-- gcc/fortran/trans-openmp.c | 6 +++ gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/c-c++-common/gomp/pr81887.c | 61 ++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/pr81887.f90 | 61 ++++++++++++++++++++++++++++++ libiberty/ChangeLog | 5 +++ libiberty/simple-object-elf.c | 1 - 15 files changed, 197 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr81887.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr81887.f90