]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Mar 2025 00:24:11 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Mar 2025 00:24:11 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index e377a84815321770941c8328ffed01f65cf9a1b6..b9e3d69d3d1ed2f8483f7b2ff997e437b3d271ef 100644 (file)
@@ -1,3 +1,23 @@
+2025-03-05  Richard Sandiford  <richard.sandiford@arm.com>
+           Alex Coplan  <alex.coplan@arm.com>
+
+       PR rtl-optimization/118320
+       * config/aarch64/aarch64-ldp-fusion.cc (ldp_bb_info::fuse_pair):
+       Commonize the merge of input_uses and return early if it
+       fails.
+
+2025-03-05  Hannes Braun  <hannes@hannesbraun.net>
+
+       Backported from master:
+       2025-03-05  Hannes Braun  <hannes@hannesbraun.net>
+
+       PR target/118942
+       * config/arm/arm_neon.h (vld1q_s8_x3): Use int8_t instead of
+       uint16_t.
+       (vld1q_s16_x3): Use int16_t instead of uint16_t.
+       (vld1q_s8_x4): Likewise.
+       (vld1q_s16_x4): Likewise.
+
 2025-03-04  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master:
index 0cf6d8a9f9a9995006ba604bcd1e37de8dc8370c..31df6d356f31bd36c1e5ddd69744933924d3904e 100644 (file)
@@ -1 +1 @@
-20250305
+20250306
index 21c8d9b9308222bf5fb1a92f294e3b1d0b297adb..8f94beee4bf278212c6d0f0c5ae7bdb4d1e4c868 100644 (file)
@@ -1,3 +1,12 @@
+2025-03-05  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-03-05  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/115580
+       * c-common.cc (check_function_arguments): Return early if
+       c_inhibit_evaluation_warnings.
+
 2025-01-09  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 993f7156916cafb391fdd3407a4bf0c72cd86828..1f194cd44690e31854267ee206404e55c2d03d2e 100644 (file)
@@ -1,3 +1,25 @@
+2025-03-05  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-03-05  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/115580
+       * g++.dg/warn/Wnonnull16.C: New test.
+
+2025-03-05  Richard Sandiford  <richard.sandiford@arm.com>
+           Alex Coplan  <alex.coplan@arm.com>
+
+       PR rtl-optimization/118320
+       * g++.dg/torture/pr118320.C: New test.
+
+2025-03-05  Hannes Braun  <hannes@hannesbraun.net>
+
+       Backported from master:
+       2025-03-05  Hannes Braun  <hannes@hannesbraun.net>
+
+       PR target/118942
+       * gcc.target/arm/simd/vld1q_base_xN_1.c: Add -Wpointer-sign.
+
 2025-03-04  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index ad22d189be0f273395cea6b98e8e5e9de8d53e94..90d665fc3f8c0ad47e7169ba15b22b067b98d5d6 100644 (file)
@@ -1,3 +1,14 @@
+2025-03-05  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       Backported from master:
+       2025-03-05  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       PR libstdc++/119121
+       * include/bits/ranges_util.h (__detail::__pair_like_convertible_from):
+       Use `_Tp` in `is_reference_v` check
+       * testsuite/std/ranges/subrange/tuple_like.cc: New tests for
+       pair-like conversion
+
 2025-02-28  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: