mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-21 19:35:28 -05:00
Daily bump.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
20250803
|
||||
20250804
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user