This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 097bb179d18 sparc: Fix stack references in return delay slot. new 47d29fd97e2 2017-06-06 Thomas Koenig tkoenig@gcc.gnu.org new f02610630fb Back port from mainline
The 2 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 | 10 + gcc/config/rs6000/vsx.md | 13 +- gcc/testsuite/ChangeLog | 15 ++ gcc/testsuite/gcc.target/powerpc/pr80718.c | 298 +++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/inline_matmul_18.f90 | 16 ++ gcc/testsuite/gfortran.dg/matmul_16.f90 | 13 ++ libgfortran/ChangeLog | 19 ++ libgfortran/Makefile.in | 5 +- libgfortran/generated/matmul_c10.c | 40 ++-- libgfortran/generated/matmul_c16.c | 40 ++-- libgfortran/generated/matmul_c4.c | 40 ++-- libgfortran/generated/matmul_c8.c | 40 ++-- libgfortran/generated/matmul_i1.c | 40 ++-- libgfortran/generated/matmul_i16.c | 40 ++-- libgfortran/generated/matmul_i2.c | 40 ++-- libgfortran/generated/matmul_i4.c | 40 ++-- libgfortran/generated/matmul_i8.c | 40 ++-- libgfortran/generated/matmul_r10.c | 40 ++-- libgfortran/generated/matmul_r16.c | 40 ++-- libgfortran/generated/matmul_r4.c | 40 ++-- libgfortran/generated/matmul_r8.c | 40 ++-- libgfortran/m4/matmul_internal.m4 | 8 +- 22 files changed, 647 insertions(+), 270 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80718.c create mode 100644 gcc/testsuite/gfortran.dg/inline_matmul_18.f90 create mode 100644 gcc/testsuite/gfortran.dg/matmul_16.f90