]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 4 Aug 2025 00:17:36 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 4 Aug 2025 00:17:36 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libcpp/ChangeLog
libstdc++-v3/ChangeLog

index fec8c7a72842821306b35a65403ceb786b95e274..d73ba82087c7659b53a9d045316d24c7c24b0316 100644 (file)
@@ -1,3 +1,26 @@
+2025-08-03  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.md (define_insn_and_split) [reload_completed]:
+       For splits that just append a (clobber (reg:CC REG_CC)) to
+       the pattern, use avr_add_ccclobber (curr_insn) instead of
+       repeating the original pattern.
+       * config/avr/avr-dimode.md: Same.
+       * config/avr/avr-fixed.md: Same.
+
+2025-08-03  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.cc (avr_add_ccclobber): New function.
+       * config/avr/avr-protos.h (avr_add_ccclobber): New proto.
+       (DONE_ADD_CCC): New define.
+
+2025-08-03  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/90242
+       * tree-ssa-sccvn.cc (vn_reference_compute_hash): Use
+       poly_offset_int for offset accumulation.  For hashing
+       truncate to 64 bits and also hash 64 bits.
+       (vn_reference_eq): Likewise.
+
 2025-08-02  Gerald Pfeifer  <gerald@pfeifer.com>
 
        PR target/69374
index 963d4c73a69917d2ab104341746bbd6b512968a4..85faa766f30c0dcd52833dc48d2398bbb6adff7c 100644 (file)
@@ -1 +1 @@
-20250803
+20250804
index db4d5606375f0aaab6cf7647f4572f00b66120c6..b43cbb7ade1b679ac4fb399fd84c1ba6e359db75 100644 (file)
@@ -1,3 +1,13 @@
+2025-08-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/120778
+       * g++.dg/DRs/dr1709.C: New test.
+
+2025-08-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/120845
+       * g++.dg/modules/cpp-21.C: New test.
+
 2025-08-02  Martin Uecker  <uecker@tugraz.at>
 
        * gcc.dg/Warray-parameter-11.c: Change Warray-parameter to
index ca67a648048b2eb20184b36297a3556a0c0f9be4..b5188fdb6d164719cb8d9aeb40a6d0934e498199 100644 (file)
@@ -1,3 +1,10 @@
+2025-08-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/120845
+       * lex.cc (cpp_maybe_module_directive): Move eol variable declaration
+       to the start of the function, initialize to false and only set it to
+       peek->type == CPP_PRAGMA_EOL in the not_module case.  Formatting fix.
+
 2025-07-30  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/120778
index 7f697f26777e6720b28335610c2f03afcf2b21ac..cd1f142a8af9e6ead509d92e9863622c27d705f5 100644 (file)
@@ -1,3 +1,7 @@
+2025-08-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * src/c++23/std.cc.in (std::owner_equal, std::owner_hash): Export.
+
 2025-07-30  François Dumont  <frs.dumont@gmail.com>
 
        * testsuite/std/time/format/data_not_present_neg.cc: Remove _GLIBCXX_USE_DUAL_ABI