This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd0b7124273 c++: Fix parsing of invalid enum specifiers [PR90995] new 046c58907ec c: Handle C_TYPE_INCOMPLETE_VARS even for ENUMERAL_TYPEs [PR94172]
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/ChangeLog | 17 ++++++++++++++ gcc/c/c-decl.c | 50 ++++++++++++++++++++++------------------ gcc/c/c-tree.h | 12 ++++++---- gcc/c/c-typeck.c | 3 ++- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/pr94172-1.c | 12 ++++++++++ gcc/testsuite/gcc.dg/pr94172-2.c | 19 +++++++++++++++ 7 files changed, 89 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr94172-1.c create mode 100644 gcc/testsuite/gcc.dg/pr94172-2.c