This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d1bfc66f84 c++: Fix ODR regressions caused by P2115R0 changes [PR122905] new c50d263beff fortran: Honor array constructor type-spec during folding [ [...]
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/arith.cc | 35 +++ gcc/fortran/array.cc | 101 +++++-- .../gfortran.dg/array_constructor_typespec_1.f90 | 326 +++++++++++++++++++++ 3 files changed, 441 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/array_constructor_typespec_1.f90