This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 6683f2cd1ce Fix wrong optimization of complex boolean expression new 01324ffac8b Fortran: array subreferences and components of derived type [...] new c60183d8265 Fortran: parsing issue with DO CONCURRENT;ENDDO on same lin [...]
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/fortran/expr.cc | 1 + gcc/fortran/match.cc | 3 +- gcc/fortran/primary.cc | 13 ++- gcc/testsuite/gfortran.dg/actual_array_subref.f90 | 103 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/do_concurrent_basic.f90 | 7 +- 5 files changed, 120 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/actual_array_subref.f90