]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Aug 2025 00:26:22 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Aug 2025 00:26:22 +0000 (00:26 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c/ChangeLog
gcc/cp/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog

index 30751bdea4f5d0faddbb9628cec38a4df7975a3b..fd022ad415bf36af754c638cf60a8d1d175ffcb6 100644 (file)
@@ -1,3 +1,40 @@
+2025-08-01  Richard Earnshaw  <rearnsha@arm.com>
+
+       Backported from master:
+       2025-05-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR target/120351
+       * config/arm/predicates.md (mem_noofs_operand): Also check the op
+       is a valid memory_operand.
+
+2025-08-01  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2025-07-31  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/121323
+       * tree-ssa-alias.cc (ao_ref_init_from_ptr_and_range): Check
+       the pointer offset fits in a HWI when represented in bits.
+
+2025-08-01  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2025-07-31  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/121320
+       * tree-ssa-sccvn.cc (ao_ref_init_from_vn_reference): Convert
+       op->off to poly_offset_int before multiplying by
+       BITS_PER_UNIT.
+
+2025-08-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-08-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/121322
+       * gimple-ssa-store-merging.cc (find_bswap_or_nop): Return NULL if
+       count is 0.
+
 2025-07-31  Georg-Johann Lay  <avr@gjlay.de>
 
        Backported from master:
index d0a9040db41eff3caa9f0f875037f77b102dee3e..cb7ccb31b92423b94600c9e47ed63cb93d3fb8f7 100644 (file)
@@ -1 +1 @@
-20250801
+20250802
index d0643d76ff82d93de81180841063d1bfb6c9b17d..78da57c4942e1ce0f08e1fb7ad20a452bcc6dbd0 100644 (file)
@@ -1,3 +1,21 @@
+2025-08-01  Florian Weimer  <fweimer@redhat.com>
+
+       Backported from master:
+       2025-05-02  Florian Weimer  <fweimer@redhat.com>
+
+       PR c/120055
+       * c-typeck.cc (convert_arguments): Check if fundecl is null
+       before checking for builtin function declaration.
+
+2025-08-01  Florian Weimer  <fweimer@redhat.com>
+
+       Backported from master:
+       2025-05-01  Florian Weimer  <fweimer@redhat.com>
+
+       PR c/119950
+       * c-typeck.cc (convert_arguments): Check for built-in
+       function declaration before warning.
+
 2025-07-30  Qing Zhao  <qing.zhao@oracle.com>
 
        Backported from master:
index 273312387adf07693599d0ccce6c82b75868fd28..edad08481e7fb4349f6f97c76f2b8c57fb76ce9c 100644 (file)
@@ -1,3 +1,22 @@
+2025-08-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-08-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/108080
+       * module.cc (trees_out::core_vals): Warn when streaming
+       target/optimize node; adjust comments.
+       (trees_in::core_vals): Don't stream a target/optimize node.
+
+2025-08-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-08-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/121238
+       * module.cc (trees_in::fn_parms_fini): Merge properties for
+       definitions.
+
 2025-07-31  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index 3bfcf33bbbf8fc42eefdf4db787bb4e91a031e2c..156490eb2cf3af524a0ba909f86987f3f68a6d44 100644 (file)
@@ -1,3 +1,7 @@
+2025-08-01  Joseph Myers  <josmyers@redhat.com>
+
+       * gcc.pot: Regenerate.
+
 2025-06-12  Joseph Myers  <josmyers@redhat.com>
 
        * es.po: Update.
index 7f4063330bcac9b8a265b41c39b0ba89e9d75a1d..0a6b1871e8d7bd37f7b3bcd7e593ff03dd9d85e6 100644 (file)
@@ -1,3 +1,51 @@
+2025-08-01  Richard Earnshaw  <rearnsha@arm.com>
+
+       Backported from master:
+       2025-05-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR target/120351
+       * gcc.target/arm/pr120351.c: New test.
+
+2025-08-01  Florian Weimer  <fweimer@redhat.com>
+
+       Backported from master:
+       2025-05-02  Florian Weimer  <fweimer@redhat.com>
+
+       * gcc.dg/Wdeprecated-non-prototype-6.c: New test.
+
+2025-08-01  Florian Weimer  <fweimer@redhat.com>
+
+       Backported from master:
+       2025-05-01  Florian Weimer  <fweimer@redhat.com>
+
+       * gcc.dg/Wdeprecated-non-prototype-5.c: New test.
+
+2025-08-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-08-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/121322
+       * gcc.dg/pr121322.c: New test.
+
+2025-08-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-08-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/108080
+       * g++.dg/modules/pr108080.H: New test.
+
+2025-08-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-08-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/121238
+       * g++.dg/modules/merge-19.h: New test.
+       * g++.dg/modules/merge-19_a.H: New test.
+       * g++.dg/modules/merge-19_b.C: New test.
+
 2025-07-31  Jason Merrill  <jason@redhat.com>
 
        Backported from master: