From: GCC Administrator Date: Sat, 8 Feb 2025 00:22:01 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-14.3.0~519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4098d67d92908d6a870bca14975d0ab88de72756;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 293639e3137..f9d9d8c45b9 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250207 +20250208 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a468b54d592..95dd5244690 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,28 @@ +2025-02-07 Paul Thomas + + Backported from master: + 2025-02-06 Paul Thomas + + PR fortran/118750 + * resolve.cc (resolve_assoc_var): If the target expression has + a rank, do not use gfc_expression_rank, since it will return 0 + if the function is elemental. Resolution will have produced the + correct rank. + +2025-02-07 Paul Thomas + + Backported from master: + 2025-01-11 Paul Thomas + + PR fortran/108434 + * class.cc (generate_finalization_wrapper): To avoid memory + leaks from callocs, return immediately if the derived type + error flag is set. + * decl.cc (build_struct): If the declaration of a derived type + or class component does not have a deferred arrayspec, correct, + set the error flag of the derived type and emit an immediate + error. + 2025-02-06 Harald Anlauf Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 802ee745b48..1a2e590096e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2025-02-07 Paul Thomas + + Backported from master: + 2025-02-06 Paul Thomas + + PR fortran/118750 + * gfortran.dg/associate_72.f90: New test. + +2025-02-07 Paul Thomas + + Backported from master: + 2025-01-11 Paul Thomas + + PR fortran/108434 + * gfortran.dg/pr108434.f90 : Add tests from comment 1. + 2025-02-06 Harald Anlauf Backported from master: