Skip to content

Commit 73c5fb0

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 8e23a99 commit 73c5fb0

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

gcc/ChangeLog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2025-12-14 Lewis Hyatt <[email protected]>
2+
3+
PR tree-optimization/106409
4+
* gimple-ssa-warn-access.cc (maybe_warn_alloc_args_overflow): Adjust
5+
comment for clarity, and augment check to work in LTO as well.
6+
7+
2025-12-14 Surya Kumari Jangala <[email protected]>
8+
9+
PR rtl-optimization/122274
10+
* regcprop.cc (value_data_entry): New field.
11+
(kill_value_one_regno): Update field.
12+
(init_value_data): Initialize field.
13+
(kill_set_value_data): New field.
14+
(kill_set_value): Update field.
15+
(kill_autoinc_value): Likewise.
16+
(copy_value): New parameter. Update field.
17+
(incompatible_frame_status): New function.
18+
(find_oldest_value_reg): New parameter. Compare frame relatedness of
19+
insn and propagated value.
20+
(replace_oldest_value_reg): Pass additional parameter to
21+
find_oldest_value_reg().
22+
(copyprop_hardreg_forward_1): Pass additional parameter to
23+
find_oldest_value_reg(). Compare frame relatedness of insn and
24+
propagated value. Call copy_value() with additional parameter.
25+
126
2025-12-13 Andrew Pinski <[email protected]>
227

328
PR tree-optimization/46555

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20251214
1+
20251215

gcc/testsuite/ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2025-12-14 Lewis Hyatt <[email protected]>
2+
3+
PR tree-optimization/106409
4+
* g++.dg/lto/pr106409_0.C: New test.
5+
6+
2025-12-14 Surya Kumari Jangala <[email protected]>
7+
8+
PR rtl-optimization/122274
9+
* gcc.dg/rtl/powerpc/test-frame-related.c: New test.
10+
111
2025-12-13 Jose E. Marchesi <[email protected]>
212

313
* algol68/execute/modules/module1.a68: Also test contracted

0 commit comments

Comments
 (0)