]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 15 Mar 2025 00:17:37 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 15 Mar 2025 00:17:37 +0000 (00:17 +0000)
13 files changed:
ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/analyzer/ChangeLog
gcc/c-family/ChangeLog
gcc/cobol/ChangeLog
gcc/cp/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog
libcpp/po/ChangeLog
libgcc/ChangeLog
libgcobol/ChangeLog
libstdc++-v3/ChangeLog

index f17a2b50db9f5e983c7bee826ee84c403a64708d..a0e2900f7918ea6b678dea8291379aad8e5a90a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2025-03-14  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR target/92713
+       PR target/101544
+       * configure.ac [GCN, nvptx] (noconfigdirs): Don't add
+       'target-libstdc++-v3'.  Add 'target-libgrust'.
+       * configure: Regenerate.
+
 2025-03-13  Matthias Klose  <doko@ubuntu.com>
 
        * config-ml.in (multi-do): Remove extra argument from subst macro.
index c595b5eb8cdc4e8f01648d591969c5f2bcd5eef8..54a7b54664dba440a444585f2820617d770cb00d 100644 (file)
@@ -1,3 +1,51 @@
+2025-03-14  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/116572
+       * cgraph.cc (cgraph_update_edges_for_call_stmt): Do not update
+       edges of clones that are unexpanded thunk.  Assert that the node
+       passed as the parameter is not an unexpanded thunk.
+
+2025-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/119287
+       * match.pd (((X >> C1) & C2) * (1 << C1) to X & (C2 << C1)): Use
+       (convert @0) instead of @0 in the substitution.
+
+2025-03-14  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR target/92713
+       PR target/101544
+       * config/gcn/gcn.h (LIBSTDCXX): Don't set.
+       * config/nvptx/nvptx.h (LIBSTDCXX): Likewise.
+
+2025-03-14  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/119274
+       * tree-ssa-sccvn.cc (dominated_by_p_w_unex): Handle the
+       top block being the only executable forwarder to a CFG
+       merge.
+
+2025-03-14  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * tree-vect-slp.cc (vect_build_slp_instance): Pass the new group
+       size (i) rather than 1 to vect_slp_prefer_store_lanes_p.
+       (vect_analyze_slp): Only force the use of load-lanes and
+       store-lanes if that is preferred for at least one load/store pair.
+
+2025-03-14  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/119155
+       * tree-vect-stmts.cc (vectorizable_store): Do not always
+       use vector element alignment for VMAT_STRIDED_SLP but
+       a more correct alignment towards both ends.
+       (vectorizable_load): Likewise.
+
+2025-03-14  Sandra Loosemore  <sloosemore@baylibre.com>
+
+       * doc/extend.texi (Alternate Keywords): Clean up text and remove
+       discussion of "restrict", which is not a GNU extension at all.
+       * doc/invoke.texi (C Dialect Options): Remove detailed discussion.
+
 2025-03-13  Jan Hubicka  <hubicka@ucw.cz>
 
        PR ipa/119147
index f662df5279843aff8c10885fce99f40556715942..75b3f29cb4b961a86181ad25ea695c36b548bf0f 100644 (file)
@@ -1 +1 @@
-20250314
+20250315
index 83e4b84d2ab413d4051122797f61d4c84e1fbc93..443dc6d3124dd3361329d4ff37b6adb4100921de 100644 (file)
@@ -1,3 +1,10 @@
+2025-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR analyzer/119278
+       * svalue.cc (cmp_csts_same_type): For STRING_CST, compare
+       TREE_STRING_LENGTH first just in case and use memcmp rather
+       than strcmp.  Handle RAW_DATA_CST.
+
 2025-03-13  David Malcolm  <dmalcolm@redhat.com>
 
        PR analyzer/117262
index 43f9c8d81015f2e078fdcc0b91f62c076556af8a..3db9088a26988bbdc0954d1d0852a07c43fa248b 100644 (file)
@@ -1,3 +1,10 @@
+2025-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/119120
+       * c-gimplify.cc (c_genericize_control_r): Set DECL_NOT_GIMPLE_REG_P
+       on {REAL,IMAG}PART_EXPR is_gimple_reg operand at -O0 if it is lhs
+       of a MODIFY_EXPR.
+
 2025-03-13  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/119265
index 588778d1d9db716ca5c4a9f3e901d97de17b834b..e92589ac42b640d3ab3b869f918cf7d270d2e41c 100644 (file)
@@ -1,3 +1,8 @@
+2025-03-14  Robert Dubner  <rdubner@symas.com>
+
+       PR cobol/119214
+       * gengen.cc: applies if( !optimize ) test
+
 2025-03-13  Matthias Klose  <doko@ubuntu.com>
 
        * Make-lang.in (cobol.install-common, cobol.install-man): Honor
index eb84360ebe7d84bb0471ec31e329288fb5638cad..612e57d53a6acf9f438150d011250ace4af5b226 100644 (file)
@@ -1,3 +1,10 @@
+2025-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/119120
+       * cp-gimplify.cc (cp_genericize_r): Set DECL_NOT_GIMPLE_REG_P
+       on {REAL,IMAG}PART_EXPR is_gimple_reg operand at -O0 if it is lhs
+       of a MODIFY_EXPR.
+
 2025-03-12  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/119150
index 75bf6ac0c16507d6c820a01d6c07034e330065c0..81aa36711c9206b26edd7d92d9a9ea2aed71837e 100644 (file)
@@ -1,3 +1,7 @@
+2025-03-14  Joseph Myers  <josmyers@redhat.com>
+
+       * gcc.pot: Regenerate.
+
 2025-03-13  Joseph Myers  <josmyers@redhat.com>
 
        * de.po: Update.
index 0708bd78774f205ee97fa4462a23644868cb0eb9..9769695f9b5d1e02e6de6237982db7504d5538d4 100644 (file)
@@ -1,3 +1,42 @@
+2025-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR cobol/119290
+       * lib/target-supports.exp (check_compile): Use *.cob extension for
+       "*> COBOL" comment.
+       * lib/cobol-dg.exp (check_effective_target_cobol): New procedure.
+       * cobol.dg/dg.exp: Guard main loop with [check_effective_target_cobol]
+       test.
+
+2025-03-14  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/116572
+       * g++.dg/ipa/pr116572.C: New test.
+
+2025-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/119287
+       * gcc.dg/pr119287.c: New test.
+
+2025-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/119120
+       * c-c++-common/pr119120.c: New test.
+
+2025-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR analyzer/119278
+       * c-c++-common/analyzer/pr119278.c: New test.
+
+2025-03-14  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/119274
+       * g++.dg/opt/pr119274.C: New testcase.
+
+2025-03-14  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/119155
+       * gcc.dg/vect/pr119155.c: New testcase.
+
 2025-03-13  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/119118
index 06bd576a149e5f7035f26e9a43cca81de7d14442..d4e5f1d15373db34f81fa228f6b0642228c0d08c 100644 (file)
@@ -1,3 +1,7 @@
+2025-03-14  Joseph Myers  <josmyers@redhat.com>
+
+       * cpplib.pot: Regenerate.
+
 2025-03-10  Joseph Myers  <josmyers@redhat.com>
 
        * de.po: Update.
index 1f37e5e3b20e70a35ed181b6dc12a12992991961..fff693d90a7433715f74f80e6342facc5b8b5ef0 100644 (file)
@@ -1,3 +1,13 @@
+2025-03-14  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Revert:
+       2023-12-23  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * c++-minimal/README: New.
+       * c++-minimal/guard.c: New.
+       * config/gcn/t-amdgcn (LIB2ADD): Add it.
+       * config/nvptx/t-nvptx (LIB2ADD): Likewise.
+
 2025-03-13  Wilco Dijkstra  <wilco.dijkstra@arm.com>
 
        * config/aarch64/cpuinfo.c (__init_cpu_features_constructor):
index 2c479b732d6a39e189966c8af5cdf3832f61e22b..be835df4523b74050ae1212d87cc75aa38b67672 100644 (file)
@@ -1,3 +1,10 @@
+2025-03-14  Richard Biener  <rguenther@suse.de>
+
+       * Makefile.am: Define gcc_version.
+       * configure.ac: Execute GCC_BASE_VER.
+       * Makefile.in: Regenerated.
+       * configure: Likewise.
+
 2025-03-12  Jonathan Wakely  <jwakely@redhat.com>
 
        * charmaps.cc: Fix typo in comment.
index e149393ffe737e453ef1cd1cf464f50e7632d4d8..224b2ad3b61ab3ea436d97e808b0d13ce82c2cb4 100644 (file)
@@ -1,3 +1,47 @@
+2025-03-14  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/119282
+       * include/bits/stl_vector.h (vector::vector(from_range_t)): Add
+       missing 'constexpr' to local class _Clear.
+       * testsuite/std/ranges/conv/1.cc (test_pr119282): New test.
+
+2025-03-14  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       PR libstdc++/111138
+       * include/std/ranges (_ZipTransform::operator()):
+       Create separate overload for calls with empty range pack,
+       and add move_constructible, regular_invocable and
+       is_object_v<invoke_result_t<...>>> constraints.
+       * testsuite/std/ranges/zip_transform/1.cc: New tests
+       Jonathan Wakely <jwakely@redhat.com>
+
+2025-03-14  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       PR target/92713
+       PR target/101544
+       * config/cpu/nvptx/cpu_defines.h: New.
+       * config/cpu/nvptx/t-nvptx: Likewise.
+       * configure.host: Handle GCN, nvptx.
+
+2025-03-14  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       * testsuite/23_containers/priority_queue/cons_from_range.cc:
+       Add `#include <algorithm>.
+       * testsuite/23_containers/priority_queue/members/push_range.cc:
+       Add `#include <algorithm>.
+
+2025-03-14  Giuseppe D'Angelo  <giuseppe.dangelo@kdab.com>
+
+       * include/bits/shared_ptr_base.h (lock): Fixed a compile error
+       when calling lock() on a weak_ptr<T[]>, by removing an
+       erroneous usage of element_type from within lock().
+       * testsuite/20_util/shared_ptr/requirements/explicit_instantiation/1.cc:
+       Add more tests for array types.
+       * testsuite/20_util/weak_ptr/requirements/explicit_instantiation/1.cc:
+       Likewise.
+       * testsuite/20_util/shared_ptr/requirements/1.cc: New test.
+       * testsuite/20_util/weak_ptr/requirements/1.cc: New test.
+
 2025-03-13  Patrick Palka  <ppalka@redhat.com>
 
        PR libstdc++/116440