]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 9 Nov 2025 00:19:46 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 9 Nov 2025 00:19:46 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index af2cebbd184562ca532fec0932f6595637387fd4..ad0ebb95e2c22ed2c57078b92e2ec2dc0db85364 100644 (file)
@@ -1,3 +1,30 @@
+2025-11-08  Avinash Jayakar  <avinashd@linux.ibm.com>
+
+       PR tree-optimization/122126
+       * gimple-isel.cc (gimple_expand_vec_set_extract_expr): Add bound check.
+
+2025-11-08  Lulu Cheng  <chenglulu@loongson.cn>
+
+       PR target/122097
+       * config/loongarch/loongarch.cc
+       (loongarch_const_vector_same_bytes_p): Add processing for
+       floating-point vector data.
+
+2025-11-08  Avinash Jayakar  <avinashd@linux.ibm.com>
+
+       PR tree-optimization/122065
+       * tree-vect-generic.cc (target_supports_mult_synth_alg): Add helper to
+       check mult synth.
+       (expand_vector_mult): Optimize mult when const is uniform but not
+       power of 2.
+
+2025-11-08  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       PR tree-optimization/122599
+       * tree-scalar-evolution.cc (final_value_replacement_loop): Move
+       the removal of the phi until after the gimplification of the final
+       value expression.
+
 2025-11-07  David Malcolm  <dmalcolm@redhat.com>
 
        * gdbhooks.py (class AnaSupernodePrinter): New.
index d4a901df8bef9b9a097fbf538a3ed9705992e07f..3f9d6e815c208219eb0b0d3fbaaedc4e9e046d3f 100644 (file)
@@ -1 +1 @@
-20251108
+20251109
index 7ffbe3a578db30deb190eb044ef6b22101244a32..cc764c486e061252f353d1331fda0200fbf32b28 100644 (file)
@@ -1,3 +1,12 @@
+2025-11-08  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/34374
+       * sem_ch10.adb (Check_Private_Limited_Withed_Unit): Use a separate
+       variable for the private child unit, streamline the loop locating
+       the nearest private ancestor, fix a too early termination of the
+       loop traversing the ancestor of the current unit, and use the same
+       privacy test as Check_Private_Child_Unit.
+
 2025-11-07  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/83188
index 6ddba0bc0db1d82eaee2781f32add8a26b01479f..081bc1f4adae3907a5495eb6dc34ef8e8261d85a 100644 (file)
@@ -1,3 +1,18 @@
+2025-11-08  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/113338
+       * decl.cc (gfc_verify_c_interop_param): Allow further types of
+       dummy argument without the VALUE attribute as specified in
+       F2018 18.3.6 item (5).
+
+2025-11-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/121628
+       * trans-array.cc (seen_derived_types): Move to file scope and
+       preserve/restore around generate_element_copy_wrapper.
+       * trans-intrinsic.cc (conv_intrinsic_atomic_op): Reuse
+       gfc_trans_force_lval when forcing addressable CAF temps.
+
 2025-11-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR fortran/121628
index cb8b32215e260a6bb0e2a312486f6c19edb05958..ee218b17350c293ea57d0508106308a37aa0249b 100644 (file)
@@ -1,3 +1,39 @@
+2025-11-08  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/specs/limited_with4.ads: Rename to...
+       * gnat.dg/specs/limited_with1.ads: ...this.
+       * gnat.dg/specs/limited_with4_pkg.ads: Rename to...
+       * gnat.dg/specs/limited_with1_pkg.ads: ...this.
+       * gnat.dg/specs/limited_with2-child1.ads: New test.
+       * gnat.dg/specs/limited_with2-child2.ads: Likewise.
+       * gnat.dg/specs/limited_with2.ads: New helper.
+
+2025-11-08  Philipp Tomsich  <philipp.tomsich@vrull.eu>
+
+       * gcc.target/riscv/snez.c: New test.
+
+2025-11-08  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/113338
+       * gfortran.dg/c-interop/pr113338-c.c: New test.
+       * gfortran.dg/c-interop/pr113338.f90: New test.
+
+2025-11-08  Avinash Jayakar  <avinashd@linux.ibm.com>
+
+       PR tree-optimization/122126
+       * gcc.dg/pr122126_vextr.c: New test.
+       * gcc.dg/pr122126_vset.c: New test.
+
+2025-11-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/121628
+       * gfortran.dg/alloc_comp_deep_copy_7.f90: New test.
+
+2025-11-08  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       PR tree-optimization/122599
+       * gcc.dg/torture/pr122599-1.c: New test.
+
 2025-11-07  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
 
        PR tree-optimization/122588
index b02f8d2b478b7747d9ae50e5da4dc22f9d30fbfa..a8d7f075f1d9dac972e6dc911a00ff31042e007e 100644 (file)
@@ -1,3 +1,10 @@
+2025-11-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/121628
+       * Makefile.in: Keep continuation indentation within 80 columns.
+       * aclocal.m4: Regenerate.
+       * libgfortran.h: Drop unused forward declaration.
+
 2025-11-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR fortran/121628