commit:     4941111171c76cc7641513924a9313a02fc5f621
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  8 02:34:15 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  8 02:34:15 2025 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=49411111

16.0.0: drop patch merged upstream

Signed-off-by: Sam James <sam <AT> gentoo.org>

 16.0.0/gentoo/88_all_PR122599.patch | 18 ------------------
 16.0.0/gentoo/README.history        |  1 -
 2 files changed, 19 deletions(-)

diff --git a/16.0.0/gentoo/88_all_PR122599.patch 
b/16.0.0/gentoo/88_all_PR122599.patch
deleted file mode 100644
index 3557918..0000000
--- a/16.0.0/gentoo/88_all_PR122599.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122599#c5
---- a/gcc/tree-scalar-evolution.cc
-+++ b/gcc/tree-scalar-evolution.cc
-@@ -3947,11 +3947,13 @@ final_value_replacement_loop (class loop *loop)
-        GENERIC interface).  */
-       def = unshare_expr (def);
-       auto loc = gimple_phi_arg_location (phi, exit->dest_idx);
--      remove_phi_node (&psi, false);
- 
-       /* Create the replacement statements.  */
-       gimple_seq stmts;
-       def = force_gimple_operand (def, &stmts, false, NULL_TREE);
-+
-+      /* Remove the phi only after the gimplification. */
-+      remove_phi_node (&psi, false);
-       gassign *ass = gimple_build_assign (rslt, def);
-       gimple_set_location (ass, loc);
-       gimple_seq_add_stmt (&stmts, ass);

diff --git a/16.0.0/gentoo/README.history b/16.0.0/gentoo/README.history
index 0e6adad..7161181 100644
--- a/16.0.0/gentoo/README.history
+++ b/16.0.0/gentoo/README.history
@@ -1,7 +1,6 @@
 21     ????
 
        - 86_all_PR120933-i386-default-to-mtls-dialect-gnu2-if-appropriate.patch
-       + 88_all_PR122599.patch
 
 20     3 November 2025
 

Reply via email to