]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 May 2025 00:24:13 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 May 2025 00:24:13 +0000 (00:24 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 7a7061068fccc305309b2f74ad7fb91f46c521f8..809477a289dbf47f4af7ae72e8b446292cf7b5b7 100644 (file)
@@ -1 +1 @@
-20250522
+20250523
index 5054e4cb6c133373bf36323d4747765ddfde1fee..b95f7ee6b9259d4f1337d99a8a07734f6e5a8fb5 100644 (file)
@@ -1,3 +1,12 @@
+2025-05-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-05-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85750
+       * resolve.cc (resolve_symbol): Reorder conditions when to apply
+       default-initializers.
+
 2025-05-20  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index ed5148ad73ceaf1bfff73af337baeb43107d63d2..bc7903b5c67ee32ed079cb47520fed50560a9286 100644 (file)
@@ -1,3 +1,16 @@
+2025-05-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-05-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85750
+       * gfortran.dg/alloc_comp_auto_array_3.f90: Adjust scan counts.
+       * gfortran.dg/alloc_comp_class_3.f03: Remove bogus warnings.
+       * gfortran.dg/alloc_comp_class_4.f03: Likewise.
+       * gfortran.dg/allocate_with_source_14.f03: Adjust scan count.
+       * gfortran.dg/derived_constructor_comps_6.f90: Likewise.
+       * gfortran.dg/derived_result_5.f90: New test.
+
 2025-05-20  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: