-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GCC Administrator
committed
Jan 11, 2025
1 parent
c8b5498
commit ce8a50c
Showing
3 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20250110 | ||
20250111 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|