This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3e89a4d5138 c++: -M and modules again new 701d8e7e60b c: Implement -Wdeprecated-non-prototype
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-family/c-opts.cc | 3 +++ gcc/c-family/c.opt | 4 ++++ gcc/c-family/c.opt.urls | 3 +++ gcc/c/c-decl.cc | 18 +++++++++++++++ gcc/c/c-typeck.cc | 26 ++++++++++++++++++---- gcc/doc/invoke.texi | 12 +++++++++- gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-1.c | 24 ++++++++++++++++++++ gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-2.c | 22 ++++++++++++++++++ gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-3.c | 18 +++++++++++++++ gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-4.c | 22 ++++++++++++++++++ 10 files changed, 147 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-1.c create mode 100644 gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-2.c create mode 100644 gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-3.c create mode 100644 gcc/testsuite/gcc.dg/Wdeprecated-non-prototype-4.c