This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 634ee90804c arm: Fix the warning -mcpu=cortex-m55 conflicting with -mar [...] new 53325dec8e0 PR libfortran/97063 - Wrong result for vector (step size is [...] new 90c9484b12d libstdc++: Make std::assume_aligned a constexpr function [P [...]
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/testsuite/gfortran.dg/matmul_20.f90 | 47 +++++++ libgfortran/generated/matmul_c10.c | 140 ++++++++++----------- libgfortran/generated/matmul_c16.c | 140 ++++++++++----------- libgfortran/generated/matmul_c4.c | 140 ++++++++++----------- libgfortran/generated/matmul_c8.c | 140 ++++++++++----------- libgfortran/generated/matmul_i1.c | 140 ++++++++++----------- libgfortran/generated/matmul_i16.c | 140 ++++++++++----------- libgfortran/generated/matmul_i2.c | 140 ++++++++++----------- libgfortran/generated/matmul_i4.c | 140 ++++++++++----------- libgfortran/generated/matmul_i8.c | 140 ++++++++++----------- libgfortran/generated/matmul_r10.c | 140 ++++++++++----------- libgfortran/generated/matmul_r16.c | 140 ++++++++++----------- libgfortran/generated/matmul_r4.c | 140 ++++++++++----------- libgfortran/generated/matmul_r8.c | 140 ++++++++++----------- libgfortran/generated/matmulavx128_c10.c | 56 ++++----- libgfortran/generated/matmulavx128_c16.c | 56 ++++----- libgfortran/generated/matmulavx128_c4.c | 56 ++++----- libgfortran/generated/matmulavx128_c8.c | 56 ++++----- libgfortran/generated/matmulavx128_i1.c | 56 ++++----- libgfortran/generated/matmulavx128_i16.c | 56 ++++----- libgfortran/generated/matmulavx128_i2.c | 56 ++++----- libgfortran/generated/matmulavx128_i4.c | 56 ++++----- libgfortran/generated/matmulavx128_i8.c | 56 ++++----- libgfortran/generated/matmulavx128_r10.c | 56 ++++----- libgfortran/generated/matmulavx128_r16.c | 56 ++++----- libgfortran/generated/matmulavx128_r4.c | 56 ++++----- libgfortran/generated/matmulavx128_r8.c | 56 ++++----- libgfortran/m4/matmul_internal.m4 | 28 ++--- libstdc++-v3/include/std/memory | 17 ++- libstdc++-v3/testsuite/20_util/assume_aligned/1.cc | 23 +++- .../assume_aligned/97132.cc} | 16 +-- 31 files changed, 1380 insertions(+), 1299 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/matmul_20.f90 copy libstdc++-v3/testsuite/{21_strings/basic_string_view/operations/copy/wchar_t/ [...]