This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c9b4dff629 rs6000, altivec-2-runnable.c should be a runnable test new 3bb21028698 c: Implement C2Y complex increment/decrement support
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-typeck.cc | 5 +- gcc/testsuite/gcc.dg/c23-complex-1.c | 14 +++ gcc/testsuite/gcc.dg/c23-complex-2.c | 15 +++ gcc/testsuite/gcc.dg/c23-complex-3.c | 15 +++ gcc/testsuite/gcc.dg/c23-complex-4.c | 15 +++ gcc/testsuite/gcc.dg/c2y-complex-1.c | 232 +++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2y-complex-2.c | 14 +++ 7 files changed, 308 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c23-complex-1.c create mode 100644 gcc/testsuite/gcc.dg/c23-complex-2.c create mode 100644 gcc/testsuite/gcc.dg/c23-complex-3.c create mode 100644 gcc/testsuite/gcc.dg/c23-complex-4.c create mode 100644 gcc/testsuite/gcc.dg/c2y-complex-1.c create mode 100644 gcc/testsuite/gcc.dg/c2y-complex-2.c