Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Jan 11, 2025
1 parent c8b5498 commit ce8a50c
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
31 changes: 31 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
2025-01-10 Richard Biener <[email protected]>

Backported from master:
2024-07-24 Richard Biener <[email protected]>

PR tree-optimization/116057
* tree-ssa-ccp.cc (likely_value): Also walk CTORs in stmt
operands to look for constants.

2025-01-10 Richard Biener <[email protected]>

Backported from master:
2024-06-27 Richard Biener <[email protected]>

PR tree-optimization/115669
* tree-vect-slp.cc (vect_build_slp_tree_2): Do not reassociate
chains that participate in a reduction.

2025-01-10 Richard Biener <[email protected]>

Backported from master:
2024-06-26 Richard Biener <[email protected]>

PR tree-optimization/115646
* tree-call-cdce.cc (check_pow): Check for bit_sz values
as allowed by transform.

2025-01-10 Sam James <[email protected]>

* doc/cpp.texi (Common Predefined Macros): Fix syntax.

2025-01-07 Jan Hubicka <[email protected]>

Backported from master:
Expand Down
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20250110
20250111
24 changes: 24 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2025-01-10 Richard Biener <[email protected]>

Backported from master:
2024-07-24 Richard Biener <[email protected]>

PR tree-optimization/116057
* gcc.dg/torture/pr116057.c: New testcase.

2025-01-10 Richard Biener <[email protected]>

Backported from master:
2024-06-27 Richard Biener <[email protected]>

PR tree-optimization/115669
* gcc.dg/vect/pr115669.c: New testcase.

2025-01-10 Richard Biener <[email protected]>

Backported from master:
2024-06-26 Richard Biener <[email protected]>

PR tree-optimization/115646
* gcc.dg/pr115646.c: New testcase.

2024-12-12 Eric Botcazou <[email protected]>

* gnat.dg/matrix1.adb: New test.
Expand Down

0 comments on commit ce8a50c

Please sign in to comment.