This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0f77d88fdf7 OpenMP: Fix append_args handling in modify_call_for_omp_dispatch new a3382d9d675 c: fix checking for a tag for variably modified tagged type [...]
The 1 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-decl.cc | 5 +++-- gcc/c/c-tree.h | 1 + gcc/c/c-typeck.cc | 38 ++++++++++++++++++++++++-------------- gcc/testsuite/gcc.dg/gnu23-tag-6.c | 27 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr119612.c | 9 +++++++++ 5 files changed, 64 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gnu23-tag-6.c create mode 100644 gcc/testsuite/gcc.dg/pr119612.c