This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 9fa1f93eb7e testsuite: Add testcase for GCC 13 branch s390 bug [PR120480] new b368dd5de53 OpenMP: Fix ICE in metadirective recovery after error [PR120180] new d67a38ca082 OpenMP: Fix ICE and other issues in C/C++ metadirective err [...]
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/c-parser.cc | 89 ++++++++++++++++------ gcc/cp/parser.cc | 16 ++-- .../c-c++-common/gomp/declare-variant-2.c | 13 ++-- .../gomp/metadirective-error-recovery.c | 20 +++++ gcc/testsuite/c-c++-common/gomp/pr120180.c | 22 ++++++ 5 files changed, 119 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/metadirective-error-recovery.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr120180.c