This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 12324b9a934 libstdc++: Fix unordered containers move constructors noexc [...] new c2e99836a27 Fortran : ICE in gfc_conv_scalarized_array_ref PR53298 new 6de5600a8bd gcc/fortran/module.c: Fix indentation new 8e8792a347c tree-optimization/95679 - properly signal changes from prop [...] new 883eec6653b more SCEV cache clearing new 2b2f3867c09 tree-optimization/96349 - avoid abnormal coalescing issues [...] new 6af8284719d Fortran : Don't warn for LOGICAL kind conversion PR96319 new 5175857714c gcc-changelog: fix combining of arguments. new 9f6abd2db90 arm: Enable no-writeback vldr.16/vstr.16. new d6cd139c172 OpenMP: Permit in Fortran omp target data without map new c8d3f2b6d1d Don't make -gsplit-dwarf imply -g
The 10 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: contrib/git-backport.py | 2 +- gcc/config/arm/arm-protos.h | 3 + gcc/config/arm/arm.c | 74 ++++++++++++++++++---- gcc/config/arm/constraints.md | 7 ++ gcc/config/arm/vfp.md | 26 +++++--- gcc/doc/invoke.texi | 10 +-- gcc/fortran/intrinsic.c | 6 +- gcc/fortran/module.c | 8 +-- gcc/fortran/openmp.c | 12 +++- gcc/fortran/trans-array.c | 3 +- gcc/gimple-loop-interchange.cc | 2 + gcc/opts.c | 5 -- gcc/testsuite/gcc.dg/torture/pr96349.c | 25 ++++++++ .../arm/mve/intrinsics/mve-vldstr16-no-writeback.c | 17 +++++ gcc/testsuite/gfortran.dg/gomp/map-3.f90 | 38 +++++++++++ gcc/testsuite/gfortran.dg/gomp/map-4.f90 | 7 ++ gcc/testsuite/gfortran.dg/pr53298.f90 | 14 ++++ gcc/testsuite/gfortran.dg/pr96319.f90 | 12 ++++ gcc/tree-ssa-loop-split.c | 10 +++ gcc/tree-ssa-propagate.c | 15 +++-- gcc/tree-ssa-propagate.h | 2 +- gcc/tree-vectorizer.c | 6 +- 22 files changed, 255 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr96349.c create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve-vldstr16-no-wri [...] create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-3.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-4.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr53298.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr96319.f90