-
-
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
Oct 16, 2024
1 parent
0e35801
commit 3dc10ba
Showing
4 changed files
with
119 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,60 @@ | ||
2024-10-14 Jan Hubicka <[email protected]> | ||
|
||
Backported from master: | ||
2024-07-22 Jan Hubicka <[email protected]> | ||
|
||
PR ipa/111613 | ||
* ipa-modref.cc (analyze_parms): Do not preserve EAF_NO_DIRECT_READ and | ||
EAF_NO_INDIRECT_READ from past flags. | ||
|
||
2024-10-14 Jan Hubicka <[email protected]> | ||
|
||
Backported from master: | ||
2024-07-22 Jan Hubicka <[email protected]> | ||
|
||
PR ipa/109985 | ||
* ipa-modref.cc (modref_summary::useful_p): Fix handling of ECF_NOVOPS. | ||
(modref_access_analysis::process_fnspec): Likevise. | ||
(modref_access_analysis::analyze_call): Likevise. | ||
(propagate_unknown_call): Likevise. | ||
(modref_propagate_in_scc): Likevise. | ||
(modref_propagate_flags_in_scc): Likewise. | ||
(ipa_merge_modref_summary_after_inlining): Likewise. | ||
|
||
2024-10-14 Jan Hubicka <[email protected]> | ||
|
||
Backported from master: | ||
2024-05-16 Jan Hubicka <[email protected]> | ||
|
||
PR ipa/113787 | ||
* ipa-fnsummary.cc (points_to_local_or_readonly_memory_p): Do not | ||
look into TARGET_MEM_REFS with constant opreand 0. | ||
|
||
2024-10-14 Jan Hubicka <[email protected]> | ||
|
||
Backported from master: | ||
2024-07-22 Jan Hubicka <[email protected]> | ||
|
||
PR ipa/115033 | ||
* ipa-modref.cc (modref_eaf_analysis::analyze_ssa_name): Fix checking of | ||
EAF flags when analysing values dereferenced as function parameters. | ||
|
||
2024-10-14 Jan Hubicka <[email protected]> | ||
|
||
Backported from master: | ||
2024-07-22 Jan Hubicka <[email protected]> | ||
|
||
PR ipa/114207 | ||
* ipa-prop.cc (unadjusted_ptr_and_unit_offset): Fix accounting of offsets in ADDR_EXPR. | ||
|
||
2024-10-14 Aldy Hernandez <[email protected]> | ||
|
||
Backported from master: | ||
2023-05-23 Aldy Hernandez <[email protected]> | ||
|
||
PR tree-optimization/109934 | ||
* value-range.cc (irange::invert): Remove buggy special case. | ||
|
||
2024-10-05 John David Anglin <[email protected]> | ||
|
||
* config/pa/pa.md: Fix indirect_got constraint. | ||
|
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 @@ | ||
20241014 | ||
20241016 |
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,9 @@ | ||
2024-10-14 Steve Baird <[email protected]> | ||
|
||
PR ada/114593 | ||
* sem_res.adb (Valid_Conversion): Test In_Instance instead of | ||
In_Instance_Body. | ||
|
||
2024-06-20 Release Manager | ||
|
||
* GCC 12.4.0 released. | ||
|
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,58 @@ | ||
2024-10-14 Sam James <[email protected]> | ||
|
||
Backported from master: | ||
2024-07-29 Sam James <[email protected]> | ||
|
||
PR ipa/111613 | ||
* gcc.c-torture/pr111613.c: Rename to.. | ||
* gcc.c-torture/execute/pr111613.c: ...this. | ||
|
||
2024-10-14 Jan Hubicka <[email protected]> | ||
|
||
Backported from master: | ||
2024-07-22 Jan Hubicka <[email protected]> | ||
|
||
PR ipa/111613 | ||
* gcc.c-torture/pr111613.c: New test. | ||
|
||
2024-10-14 Jan Hubicka <[email protected]> | ||
|
||
Backported from master: | ||
2024-05-16 Jan Hubicka <[email protected]> | ||
|
||
* gcc.c-torture/execute/pr113787.c: New test. | ||
|
||
2024-10-14 Jan Hubicka <[email protected]> | ||
|
||
Backported from master: | ||
2024-07-22 Jan Hubicka <[email protected]> | ||
|
||
PR ipa/115033 | ||
* gcc.c-torture/execute/pr115033.c: New test. | ||
|
||
2024-10-14 Jan Hubicka <[email protected]> | ||
|
||
Backported from master: | ||
2024-07-22 Jan Hubicka <[email protected]> | ||
|
||
PR ipa/114207 | ||
* gcc.c-torture/execute/pr114207.c: New test. | ||
|
||
2024-10-14 Aldy Hernandez <[email protected]> | ||
|
||
Backported from master: | ||
2023-05-23 Aldy Hernandez <[email protected]> | ||
|
||
PR tree-optimization/109934 | ||
* gcc.dg/tree-ssa/pr109934.c: New test. | ||
|
||
2024-10-14 Eric Botcazou <[email protected]> | ||
|
||
PR ada/114593 | ||
* gnat.dg/specs/generic_inst2-child2.ads: New test. | ||
* gnat.dg/specs/generic_inst2.ads: New helper. | ||
* gnat.dg/specs/generic_inst2-child1.ads: Likewise. | ||
|
||
2024-10-04 H.J. Lu <[email protected]> | ||
|
||
Backported from master: | ||
|