This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e945d322fcb analyzer: prevent ICEs with null types new 871bb5ad2dd Fix ICE with -g and -std=c23 related to incomplete types [P [...]
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 | 1 + gcc/testsuite/gcc.dg/c23-tag-incomplete-1.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/c23-tag-incomplete-2.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/pr114361.c | 11 +++++++++++ 4 files changed, 39 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/c23-tag-incomplete-1.c create mode 100644 gcc/testsuite/gcc.dg/c23-tag-incomplete-2.c create mode 100644 gcc/testsuite/gcc.dg/pr114361.c