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

index c9f21def7818e2ff978023ebf06c86f7ca73bbca..aa994d0aa4b5084702e20182bd5aa1519466e9c3 100644 (file)
@@ -1,3 +1,9 @@
+2025-06-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gimple-fold.cc (fold_const_aggregate_ref_1) <COMPONENT_REF>:
+       Bail out immediately if the reference has reverse storage order.
+       * tree-ssa-sccvn.cc (fully_constant_vn_reference_p): Likewise.
+
 2025-06-26  Richard Biener  <rguenther@suse.de>
 
        * lto-streamer.h (LTO_minor_version): Bump to 1.
index b128998250ba1639ef6fe19e45d35820a9a525f5..89bcad6c21585fceaadadaf3a7f4d10e79adfeb7 100644 (file)
@@ -1 +1 @@
-20250627
+20250628
index 43d30e1d4149a9338e8fdc3435aaeef12ac38e5d..d454b700f0730f481cc325648ca3dc7cc071baa1 100644 (file)
@@ -1,3 +1,11 @@
+2025-06-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-06-27  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/120784
+       * interface.cc (gfc_match_end_interface): Detect empty local_name.
+
 2025-06-26  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 0e0b7016a2f65a36c03145cdb81b2bdf933cd94f..7796ffd588bd8e410f324914ed27e1dbd0c5bdbd 100644 (file)
@@ -1,3 +1,15 @@
+2025-06-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/sso20.adb: New test.
+
+2025-06-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-06-27  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/120784
+       * gfortran.dg/interface_63.f90: Extend testcase.
+
 2025-06-26  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: