This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3e7c21b 2016-10-12 Richard Biener rguenther@suse.de new a5c34f4 [MIPS] Add MSA tests new 76a53b2 Add selftest::read_file new c1276ee rs6000: Use "dg-warning ... 0" in a few places new a040ca7 print_rtx_function: integrate dumping of the CFG into the insn chain
The 4 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/ChangeLog | 20 + gcc/function-tests.c | 22 + gcc/print-rtl-function.c | 160 +++- gcc/selftest.c | 60 ++ gcc/selftest.h | 7 + gcc/testsuite/ChangeLog | 48 ++ gcc/testsuite/gcc.dg/vect/slp-26.c | 7 +- gcc/testsuite/gcc.dg/vect/tree-vect.h | 2 + gcc/testsuite/gcc.target/mips/mips.exp | 8 + gcc/testsuite/gcc.target/mips/msa-builtins.c | 1085 ++++++++++++++++++++++++++ gcc/testsuite/gcc.target/mips/msa.c | 630 +++++++++++++++ gcc/testsuite/gcc.target/powerpc/warn-1.c | 2 +- gcc/testsuite/gcc.target/powerpc/warn-2.c | 2 +- gcc/testsuite/lib/target-supports.exp | 191 ++++- 14 files changed, 2173 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gcc.target/mips/msa-builtins.c create mode 100644 gcc/testsuite/gcc.target/mips/msa.c