This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ecba8547dd3 libstdc++: Implement std::emit_on_flush etc. new 96fc91785ef testsuite: skip zero-scratch-regs on powerpc. new 9179d9da39c Update MicroBlaze strings test new 6b797b651f5 Formatting, there should be a space between PTA_* and (. new e79de0682e6 Refactor section name ref counting new 4656461585b Improve efficiency of copying section from another tree new 693a79a355e Re: Refactor copying decl section names new 81372618277 fortran: Fix up gfc_typename CHARACTER length handling [PR97768] new 1644ab9917c gfortran.dg/gomp/workshare-reduction-*.f90: Fix dumps for -m32
The 8 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/cgraph.h | 9 ++- gcc/config/i386/i386.h | 12 +-- gcc/fortran/misc.c | 28 ++++++- gcc/go/go-gcc.cc | 2 +- gcc/symtab.c | 86 ++++++++++++++++------ gcc/testsuite/c-c++-common/zero-scratch-regs-10.c | 2 +- gcc/testsuite/c-c++-common/zero-scratch-regs-11.c | 2 +- gcc/testsuite/c-c++-common/zero-scratch-regs-5.c | 1 + gcc/testsuite/c-c++-common/zero-scratch-regs-8.c | 2 +- gcc/testsuite/c-c++-common/zero-scratch-regs-9.c | 2 +- .../gcc.target/microblaze/others/strings1.c | 5 +- .../gfortran.dg/gomp/workshare-reduction-26.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-27.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-28.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-3.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-36.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-37.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-38.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-39.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-40.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-41.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-42.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-43.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-44.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-45.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-46.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-47.f90 | 4 +- .../gfortran.dg/gomp/workshare-reduction-56.f90 | 8 +- .../gfortran.dg/gomp/workshare-reduction-57.f90 | 8 +- gcc/testsuite/gfortran.dg/pr97768_1.f90 | 25 +++++++ gcc/testsuite/gfortran.dg/pr97768_2.f90 | 53 +++++++++++++ 31 files changed, 227 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr97768_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr97768_2.f90