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

index 314b0a65fd26c06a7cc4f702413fa59360562c35..541b6babe7362eafd77b12d25195e90099e1b09e 100644 (file)
@@ -1,3 +1,10 @@
+2025-05-25  Michael J. Eager  <eager@eagercon.com>
+
+       PR target/86772
+       Tracking CVE-2017-5753
+       * config/microblaze/microblaze.cc (TARGET_HAVE_SPECULATION_SAFE_VALUE):
+       Define to speculation_save_value_not_needed
+
 2025-05-23  Release Manager
 
        * GCC 14.3.0 released.
index 87d53b31150b20aa52becba0af2934c8c5358ec1..dbf258be4a2bff01477c6633235ccceba5338905 100644 (file)
@@ -1 +1 @@
-20250525
+20250526
index 4ccbea18878a7ea108d4e89ca53fa4ff9ca5510a..12ead9dfc79d2fd37fd82d4fa70c18f2b6efd908 100644 (file)
@@ -1,3 +1,21 @@
+2025-05-25  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-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-08-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/98454
+       * resolve.cc (resolve_symbol): Add default-initialization of
+       non-allocatable, non-pointer derived-type function results.
+
 2025-05-23  Release Manager
 
        * GCC 14.3.0 released.
index 64d04634e7cbc5060c8d01b19cd5476bce40c3e2..23d940b9d1b6516c4cbafc24b31dba0862b35081 100644 (file)
@@ -1,3 +1,26 @@
+2025-05-25  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-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-08-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/98454
+       * gfortran.dg/alloc_comp_class_4.f03: Remove bogus pattern.
+       * gfortran.dg/pdt_26.f03: Adjust expected count.
+       * gfortran.dg/derived_result_3.f90: New test.
+
 2025-05-23  Release Manager
 
        * GCC 14.3.0 released.