]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Nov 2024 00:22:10 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Nov 2024 00:22:10 +0000 (00:22 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c47a8c6250a200021a37ed95760ee10cbe19c254..0ffe82a8a482abed3749503b17e769c6701e803f 100644 (file)
@@ -1 +1 @@
-20241101
+20241102
index c1c2eccb9abb2cf3e6fe07bac6d3fba15ceb0c7a..7ebf8cb86b87e1a7a7c7aae13bfeea228a25791c 100644 (file)
@@ -1,3 +1,16 @@
+2024-11-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/79685
+       * decl.cc (match_data_constant): Find the symtree instead of
+       the symbol so the use renamed symbols are found. Pass this and
+       the derived type to gfc_match_structure_constructor.
+       * match.h: Update prototype of gfc_match_structure_contructor.
+       * primary.cc (gfc_match_structure_constructor): Remove call to
+       gfc_get_ha_sym_tree and use caller supplied symtree instead.
+
 2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index a504ec57e18cb07247ad6a02d43217b5e2924e9a..7910065fb8803347ef06c19f2df64283dd17d069 100644 (file)
@@ -1,3 +1,11 @@
+2024-11-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/79685
+       * gfortran.dg/use_rename_13.f90: New test.
+
 2024-10-30  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master: