Daily bump.

This commit is contained in:
GCC Administrator 2024-10-16 11:39:42 +00:00
parent 0e3580191b
commit 3dc10ba11a
4 changed files with 119 additions and 1 deletions

View File

@ -1,3 +1,60 @@
2024-10-14 Jan Hubicka <hubicka@ucw.cz>
Backported from master:
2024-07-22 Jan Hubicka <hubicka@ucw.cz>
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 <hubicka@ucw.cz>
Backported from master:
2024-07-22 Jan Hubicka <hubicka@ucw.cz>
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 <jh@suse.cz>
Backported from master:
2024-05-16 Jan Hubicka <jh@suse.cz>
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 <hubicka@ucw.cz>
Backported from master:
2024-07-22 Jan Hubicka <hubicka@ucw.cz>
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 <hubicka@ucw.cz>
Backported from master:
2024-07-22 Jan Hubicka <hubicka@ucw.cz>
PR ipa/114207
* ipa-prop.cc (unadjusted_ptr_and_unit_offset): Fix accounting of offsets in ADDR_EXPR.
2024-10-14 Aldy Hernandez <aldyh@redhat.com>
Backported from master:
2023-05-23 Aldy Hernandez <aldyh@redhat.com>
PR tree-optimization/109934
* value-range.cc (irange::invert): Remove buggy special case.
2024-10-05 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa.md: Fix indirect_got constraint.

View File

@ -1 +1 @@
20241014
20241016

View File

@ -1,3 +1,9 @@
2024-10-14 Steve Baird <baird@adacore.com>
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.

View File

@ -1,3 +1,58 @@
2024-10-14 Sam James <sam@gentoo.org>
Backported from master:
2024-07-29 Sam James <sam@gentoo.org>
PR ipa/111613
* gcc.c-torture/pr111613.c: Rename to..
* gcc.c-torture/execute/pr111613.c: ...this.
2024-10-14 Jan Hubicka <hubicka@ucw.cz>
Backported from master:
2024-07-22 Jan Hubicka <hubicka@ucw.cz>
PR ipa/111613
* gcc.c-torture/pr111613.c: New test.
2024-10-14 Jan Hubicka <jh@suse.cz>
Backported from master:
2024-05-16 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/execute/pr113787.c: New test.
2024-10-14 Jan Hubicka <hubicka@ucw.cz>
Backported from master:
2024-07-22 Jan Hubicka <hubicka@ucw.cz>
PR ipa/115033
* gcc.c-torture/execute/pr115033.c: New test.
2024-10-14 Jan Hubicka <hubicka@ucw.cz>
Backported from master:
2024-07-22 Jan Hubicka <hubicka@ucw.cz>
PR ipa/114207
* gcc.c-torture/execute/pr114207.c: New test.
2024-10-14 Aldy Hernandez <aldyh@redhat.com>
Backported from master:
2023-05-23 Aldy Hernandez <aldyh@redhat.com>
PR tree-optimization/109934
* gcc.dg/tree-ssa/pr109934.c: New test.
2024-10-14 Eric Botcazou <ebotcazou@adacore.com>
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 <hjl.tools@gmail.com>
Backported from master: