This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from f644e21ee36 MicroBlaze does not support speculative execution (CVE-2017-5753) new 9c21d7eaf83 Fortran: default-initialization of derived-type function re [...] new 0100ea2b4eb Fortran: default-initialization and functions returning der [...]
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/resolve.cc | 4 + .../gfortran.dg/alloc_comp_auto_array_3.f90 | 4 +- gcc/testsuite/gfortran.dg/alloc_comp_class_3.f03 | 3 +- gcc/testsuite/gfortran.dg/alloc_comp_class_4.f03 | 7 +- .../gfortran.dg/allocate_with_source_14.f03 | 2 +- .../gfortran.dg/derived_constructor_comps_6.f90 | 2 +- gcc/testsuite/gfortran.dg/derived_result_3.f90 | 158 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/derived_result_5.f90 | 123 ++++++++++++++++ gcc/testsuite/gfortran.dg/pdt_26.f03 | 2 +- 9 files changed, 294 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/derived_result_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/derived_result_5.f90