]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Dec 2025 00:16:28 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Dec 2025 00:16:28 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/algol68/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libsanitizer/ChangeLog
libstdc++-v3/ChangeLog

index baa0b382577b2d72bdd4bd10adca7ff9360aca4b..fc127d0ab1cc5fe0f878974ff18f65f2ec1cec1d 100644 (file)
@@ -1,3 +1,42 @@
+2025-12-02  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR target/122874
+       * config/pa/pa.cc (pa_emit_move_sequence): Break out large
+       REG+D addresses from MEM operands.  Also, don't allow
+       unscaled indexed source operands till reload completes.
+
+2025-12-02  Robin Dapp  <rdapp.gcc@gmail.com>
+
+       PR target/122656
+       * config/riscv/riscv-vector-builtins-bases.cc: Use
+       use_contiguous_load for vlsegff.
+       * config/riscv/riscv-vector-builtins.cc (function_expander::use_exact_insn):
+       Only add rounding mode operand if insn requires it and number of
+       arguments is < required.
+       (function_expander::use_ternop_insn): Ditto.
+       (function_expander::use_widen_ternop_insn): Ditto.
+       * config/riscv/vector.md: Use vector-mode source operand.
+
+2025-12-02  Kito Cheng  <kito.cheng@sifive.com>
+
+       * config/riscv/riscv-vector-builtins.cc
+       (function_builder::add_function): Remove placeholder_p parameter.
+       (function_builder::add_unique_function): Update call.
+       (function_builder::add_overloaded_function): Likewise.
+       * config/riscv/riscv-vector-builtins.h
+       (function_builder::add_function): Update declaration.
+
+2025-12-02  Robin Dapp  <rdapp@ventanamicro.com>
+
+       * tree-vect-stmts.cc (vectorizable_scan_store): Pass loop_lens
+       to vect_get_data_ptr_increment.
+
+2025-12-02  Tamar Christina  <tamar.christina@arm.com>
+
+       PR tree-optimization/122868
+       * tree-vect-stmts.cc (vectorizable_load): Don't hoist loop invariant
+       conditional loads unless in header.
+
 2025-12-02  Kugan Vivekanandarajah  <kvivekananda@nvidia.com>
 
        * ipa-inline.cc (inline_functions_by_afdo): Remove resetting bool inlined.
index 0564cdc98af2f814316d73f232d4194d71fcf639..e80e894c545901f1b6effd1a75434bf5b7b64c40 100644 (file)
@@ -1 +1 @@
-20251202
+20251203
index b9067437241001f3a6691e4dea057876c6db35f5..7cd3d36d9e225ae2a73df8685ef43595bdc3385a 100644 (file)
@@ -1,3 +1,11 @@
+2025-12-02  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       PR algol68/122954
+       * a68-low-clauses.cc (serial_clause_dsa): Avoid redundant
+       initialization.
+       * a68-parser-modes.cc (compute_derived_modes): Likewise.
+       * a68-low.cc (a68_lower_tree): Remove redundant break.
+
 2025-12-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
        PR algol68/122944
index 3e4404f8a97ca72acd7e1eb00dadbb3256c629ed..e89836e73e7c7a4a5d2aa90018118c55fcdaa770 100644 (file)
@@ -1,3 +1,30 @@
+2025-12-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/122860
+       * decl.cc (make_rtl_for_nonlocal_decl): Diagnose taking address
+       of a hard register decl in its initializer.
+       (cp_finish_decl): Likewise.
+
+2025-12-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/122836
+       * decl.cc (check_array_designated_initializer): Change ce->index to
+       error_mark_node after emitting an error for it.
+
+2025-12-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/122171
+       PR c++/112632
+       * pt.cc (dependent_implict_conv_p): Split out...
+       (convert_template_argument): ...from here.
+       (tsubst_expr) [IMPLICIT_CONV_EXPR]: Use it.
+       (do_auto_deduction): Call mark_single_function.
+
+2025-12-02  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       * module.cc (module_state::write_using_directives): Correct
+       condition.
+
 2025-12-01  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        * module.cc (trees_out::lang_decl_vals): Stream DECL_CHAIN for
index 344bb4534ef3771781f35d9d0d620e40dfff8aae..7f9a5b3ab6df5f5e7b0e87969fab05531483f1f2 100644 (file)
@@ -1,3 +1,33 @@
+2025-12-02  Robin Dapp  <rdapp.gcc@gmail.com>
+
+       PR target/122656
+       * gcc.target/riscv/rvv/base/pr122656-1.c: New test.
+       * gcc.target/riscv/rvv/base/pr122656-2.c: New test.`
+
+2025-12-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/122860
+       * g++.dg/ext/pr122860.C: New test.
+
+2025-12-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/122836
+       * g++.dg/ext/pr122836.C: New test.
+
+2025-12-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/122171
+       PR c++/112632
+       * g++.dg/cpp0x/alias-decl-conv1.C: New test.
+
+2025-12-02  Tamar Christina  <tamar.christina@arm.com>
+
+       PR tree-optimization/122868
+       * gcc.dg/vect/vect-early-break_140-pr122868_1.c: New test.
+       * gcc.dg/vect/vect-early-break_140-pr122868_2.c: New test.
+       * gcc.dg/vect/vect-early-break_140-pr122868_3.c: New test.
+       * gcc.dg/vect/vect-early-break_140-pr122868_4.c: New test.
+
 2025-12-02  David Guillen Fandos  <david@davidgf.net>
 
        * gcc.target/mips/madd-10.c: New test.
index a97c5d9b2d028b6172ef7da79a9f9bc3e4ae2d49..e31d65779f6035066210208d4fad5528f2c6a875 100644 (file)
@@ -1,3 +1,15 @@
+2025-12-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * LOCAL_PATCHES: Update.
+
+2025-12-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * configure.tgt: Enable for Darwin22+.
+
+2025-12-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * MERGE: Merge from master.
+
 2025-11-03  Sam James  <sam@gentoo.org>
 
        * configure: Regenerate.
index 0c3d17fd5076393275f76a7bef55a5b4d199dae6..be21ff1da08b90def478f1af8b8c43158b0097e8 100644 (file)
@@ -1,3 +1,21 @@
+2025-12-02  Luc Grosheintz  <luc.grosheintz@gmail.com>
+
+       PR libstdc++/110352
+       * include/std/mdspan (submdspan_extents): New function.
+       * src/c++23/std.cc.in: Add submdspan_extents.
+       * testsuite/23_containers/mdspan/int_like.h: Add StructuralInt.
+       * testsuite/23_containers/mdspan/submdspan/submdspan_extents.cc: New test.
+       * testsuite/23_containers/mdspan/submdspan/submdspan_extents_neg.cc: New test.
+
+2025-12-02  Luc Grosheintz  <luc.grosheintz@gmail.com>
+
+       PR libstdc++/110352
+       * include/std/mdspan (submdspan_canonicalize_slices): New
+       function.
+       * src/c++23/std.cc.in (submdspan_canonicalize_slices): Add.
+       * testsuite/23_containers/mdspan/submdspan/submdspan_canonicalize_slices.cc: New test.
+       * testsuite/23_containers/mdspan/submdspan/submdspan_canonicalize_slices_neg.cc: New test.
+
 2025-12-01  Patrick Palka  <ppalka@redhat.com>
 
        PR libstdc++/122921