Skip to content

Commit 10075fb

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 625d577 commit 10075fb

File tree

5 files changed

+45
-1
lines changed

5 files changed

+45
-1
lines changed

gcc/ChangeLog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2025-08-03 Georg-Johann Lay <[email protected]>
2+
3+
* config/avr/avr.md (define_insn_and_split) [reload_completed]:
4+
For splits that just append a (clobber (reg:CC REG_CC)) to
5+
the pattern, use avr_add_ccclobber (curr_insn) instead of
6+
repeating the original pattern.
7+
* config/avr/avr-dimode.md: Same.
8+
* config/avr/avr-fixed.md: Same.
9+
10+
2025-08-03 Georg-Johann Lay <[email protected]>
11+
12+
* config/avr/avr.cc (avr_add_ccclobber): New function.
13+
* config/avr/avr-protos.h (avr_add_ccclobber): New proto.
14+
(DONE_ADD_CCC): New define.
15+
16+
2025-08-03 Richard Biener <[email protected]>
17+
18+
PR tree-optimization/90242
19+
* tree-ssa-sccvn.cc (vn_reference_compute_hash): Use
20+
poly_offset_int for offset accumulation. For hashing
21+
truncate to 64 bits and also hash 64 bits.
22+
(vn_reference_eq): Likewise.
23+
124
2025-08-02 Gerald Pfeifer <[email protected]>
225

326
PR target/69374

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250803
1+
20250804

gcc/testsuite/ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2025-08-03 Jakub Jelinek <[email protected]>
2+
3+
PR preprocessor/120778
4+
* g++.dg/DRs/dr1709.C: New test.
5+
6+
2025-08-03 Jakub Jelinek <[email protected]>
7+
8+
PR c++/120845
9+
* g++.dg/modules/cpp-21.C: New test.
10+
111
2025-08-02 Martin Uecker <[email protected]>
212

313
* gcc.dg/Warray-parameter-11.c: Change Warray-parameter to

libcpp/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025-08-03 Jakub Jelinek <[email protected]>
2+
3+
PR c++/120845
4+
* lex.cc (cpp_maybe_module_directive): Move eol variable declaration
5+
to the start of the function, initialize to false and only set it to
6+
peek->type == CPP_PRAGMA_EOL in the not_module case. Formatting fix.
7+
18
2025-07-30 Jakub Jelinek <[email protected]>
29

310
PR c++/120778

libstdc++-v3/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-08-03 Jakub Jelinek <[email protected]>
2+
3+
* src/c++23/std.cc.in (std::owner_equal, std::owner_hash): Export.
4+
15
2025-07-30 François Dumont <[email protected]>
26

37
* testsuite/std/time/format/data_not_present_neg.cc: Remove _GLIBCXX_USE_DUAL_ABI

0 commit comments

Comments
 (0)