This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from b52e2254b30 aarch64: enable Ampere-1 CPU new 92e549683e1 fortran: Ignore unused args in scalarization [PR97896]
The 1 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/fortran/intrinsic.c | 48 ++++----------------------- gcc/fortran/intrinsic.h | 3 +- gcc/fortran/iresolve.c | 21 +++--------- gcc/fortran/trans-array.c | 61 ++++++++++++++++++++++++++++++++++- gcc/fortran/trans-array.h | 3 ++ gcc/fortran/trans-decl.c | 24 +------------- gcc/fortran/trans-intrinsic.c | 1 + gcc/fortran/trans-stmt.c | 20 ++++++++++++ gcc/testsuite/gfortran.dg/index_5.f90 | 23 +++++++++++++ 9 files changed, 121 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/index_5.f90