]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 16 Oct 2024 11:39:42 +0000 (11:39 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 16 Oct 2024 11:39:42 +0000 (11:39 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog

index e66dcf4aa0d537f3eaf4e6d2655a1e6c24ecfd7b..df994cecae2cf715e3d9da4eea7696e33848bc31 100644 (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.
index d04e3ab904158ab89ebbb66485fc75917dd8a59b..f776b88810dafbff4f217f47e8500991a2c2292b 100644 (file)
@@ -1 +1 @@
-20241014
+20241016
index 50e3c3a189236a940a1cc0d8b6f8bae7292d5fdb..a33b1c0949588b3e34ccc7120e04b20921ecd1e9 100644 (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.
index 2ecd420c9389586b7eb339edfc94615e2a369c09..1b19624fe6cea79e7d94753b2b4242c16b1bdaf3 100644 (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: