This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3d9577c2540 coroutines : Adjust constraints on when to build ctors [PR98118]. new 1e5cdb9f896 c++: Local instantiations of imported specializations [PR 99377] new b1bee29167d PR libfortran/99218 - matmul on temporary array accesses in [...]
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/cp/pt.c | 1 + gcc/testsuite/g++.dg/modules/pr99377_a.H | 21 +++++++++++++++++++++ gcc/testsuite/g++.dg/modules/pr99377_b.C | 10 ++++++++++ .../g++.dg/modules/{pr99174-1_c.C => pr99377_c.C} | 5 +---- gcc/testsuite/gfortran.dg/matmul_21.f90 | 15 +++++++++++++++ libgfortran/generated/matmul_c10.c | 15 ++++++++++----- libgfortran/generated/matmul_c16.c | 15 ++++++++++----- libgfortran/generated/matmul_c4.c | 15 ++++++++++----- libgfortran/generated/matmul_c8.c | 15 ++++++++++----- libgfortran/generated/matmul_i1.c | 15 ++++++++++----- libgfortran/generated/matmul_i16.c | 15 ++++++++++----- libgfortran/generated/matmul_i2.c | 15 ++++++++++----- libgfortran/generated/matmul_i4.c | 15 ++++++++++----- libgfortran/generated/matmul_i8.c | 15 ++++++++++----- libgfortran/generated/matmul_r10.c | 15 ++++++++++----- libgfortran/generated/matmul_r16.c | 15 ++++++++++----- libgfortran/generated/matmul_r4.c | 15 ++++++++++----- libgfortran/generated/matmul_r8.c | 15 ++++++++++----- libgfortran/generated/matmulavx128_c10.c | 6 ++++-- libgfortran/generated/matmulavx128_c16.c | 6 ++++-- libgfortran/generated/matmulavx128_c4.c | 6 ++++-- libgfortran/generated/matmulavx128_c8.c | 6 ++++-- libgfortran/generated/matmulavx128_i1.c | 6 ++++-- libgfortran/generated/matmulavx128_i16.c | 6 ++++-- libgfortran/generated/matmulavx128_i2.c | 6 ++++-- libgfortran/generated/matmulavx128_i4.c | 6 ++++-- libgfortran/generated/matmulavx128_i8.c | 6 ++++-- libgfortran/generated/matmulavx128_r10.c | 6 ++++-- libgfortran/generated/matmulavx128_r16.c | 6 ++++-- libgfortran/generated/matmulavx128_r4.c | 6 ++++-- libgfortran/generated/matmulavx128_r8.c | 6 ++++-- libgfortran/m4/matmul_internal.m4 | 3 ++- 32 files changed, 232 insertions(+), 96 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/pr99377_a.H create mode 100644 gcc/testsuite/g++.dg/modules/pr99377_b.C copy gcc/testsuite/g++.dg/modules/{pr99174-1_c.C => pr99377_c.C} (62%) create mode 100644 gcc/testsuite/gfortran.dg/matmul_21.f90