Daily bump.

This commit is contained in:
GCC Administrator
2025-08-04 00:17:36 +00:00
parent 625d5776f9
commit 10075fb355
5 changed files with 45 additions and 1 deletions

View 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

View File

@@ -1 +1 @@
20250803
20250804

View 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

View 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

View 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