This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4574f15bb30 json parsing: avoid relying on floating point equality [PR117677] new 338d687e2a3 c: Give errors more consistently for void parameters [PR114816]
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 | 23 ++--- gcc/testsuite/gcc.dg/c2y-void-parm-1.c | 152 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/noncompile/920616-2.c | 2 +- gcc/testsuite/gcc.dg/noncompile/921116-1.c | 2 +- gcc/testsuite/gcc.dg/parm-incomplete-1.c | 4 +- 5 files changed, 163 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c2y-void-parm-1.c