This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e9a50c116c 2017-05-08 Bernd Edlinger bernd.edlinger@hotmail.de new adf347c7ead * name-lookup.h (pushdecl_with_scope): Replace with ... ( [...] new 65a1b327b17 2017-05-08 Thomas Koenig tkoenig@gcc.gnu.org new 93a0f2207e8 * decl.c (builtin_function_1): Set DCL_ANTICIPATED before [...]
The 3 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/cp/ChangeLog | 12 ++++++ gcc/cp/decl.c | 42 ++++++++------------ gcc/cp/lambda.c | 15 +------ gcc/cp/name-lookup.c | 20 +++++++--- gcc/cp/name-lookup.h | 2 +- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gfortran.dg/matmul_15.f90 | 34 ++++++++++++++++ libgfortran/ChangeLog | 19 +++++++++ libgfortran/Makefile.in | 5 ++- libgfortran/generated/matmul_c10.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_c16.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_c4.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_c8.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_i1.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_i16.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_i2.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_i4.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_i8.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_r10.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_r16.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_r4.c | 70 ++++++++++++++++++++++++++++----- libgfortran/generated/matmul_r8.c | 70 ++++++++++++++++++++++++++++----- libgfortran/m4/matmul_internal.m4 | 14 ++++++- 23 files changed, 899 insertions(+), 179 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/matmul_15.f90