This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9c6517e8b6b RISC-V: Add Sign/Zero extend patterns for PIC loads new 133bd9b8744 C: detect more missing semicolons (PR c/7356)
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 | 6 +++++ gcc/c/c-parser.c | 36 +++++++++++++++++++++++++---- gcc/testsuite/ChangeLog | 12 ++++++++++ gcc/testsuite/c-c++-common/pr44515.c | 14 +++++++++++ gcc/testsuite/gcc.dg/noncompile/920923-1.c | 1 + gcc/testsuite/gcc.dg/pr7356-2.c | 33 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr7356.c | 17 ++++++++++++++ gcc/testsuite/gcc.dg/spellcheck-typenames.c | 5 ++-- 8 files changed, 117 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr44515.c create mode 100644 gcc/testsuite/gcc.dg/pr7356-2.c create mode 100644 gcc/testsuite/gcc.dg/pr7356.c