This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d2694766dcf vect: Try to remove single-vector permutes from SLP graph new 0a4b219d39c c: C2x removal of unprototyped functions
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 | 5 ++--- gcc/testsuite/gcc.dg/c11-unproto-3.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.dg/c2x-old-style-definition-6.c | 12 ++++++------ gcc/testsuite/gcc.dg/c2x-unproto-1.c | 12 ++++-------- gcc/testsuite/gcc.dg/c2x-unproto-2.c | 12 ++++-------- gcc/testsuite/gcc.dg/c2x-unproto-3.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.dg/c2x-unproto-4.c | 15 +++++++++++++++ 7 files changed, 70 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c11-unproto-3.c create mode 100644 gcc/testsuite/gcc.dg/c2x-unproto-3.c create mode 100644 gcc/testsuite/gcc.dg/c2x-unproto-4.c