commit: b9beff3cec9cc2874fb8f6c9ac24648d7f44a06d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 14 14:46:33 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 14 14:46:43 2025 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=b9beff3c
15.0.0: drop upstream patch Signed-off-by: Sam James <sam <AT> gentoo.org> 15.0.0/gentoo/77_all_PR119287-linux.patch | 28 ---------------------------- 15.0.0/gentoo/README.history | 1 - 2 files changed, 29 deletions(-) diff --git a/15.0.0/gentoo/77_all_PR119287-linux.patch b/15.0.0/gentoo/77_all_PR119287-linux.patch deleted file mode 100644 index 916edfa..0000000 --- a/15.0.0/gentoo/77_all_PR119287-linux.patch +++ /dev/null @@ -1,28 +0,0 @@ -From f58aa2cfa49c226f7233995e5359954512ee97c0 Mon Sep 17 00:00:00 2001 -Message-ID: <f58aa2cfa49c226f7233995e5359954512ee97c0.1741959406.git....@gentoo.org> -From: Sam James <[email protected]> -Date: Fri, 14 Mar 2025 13:36:44 +0000 -Subject: [PATCH] PR119287 - ---- - gcc/match.pd | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gcc/match.pd b/gcc/match.pd -index 89612d1b15b6..98f637373242 100644 ---- a/gcc/match.pd -+++ b/gcc/match.pd -@@ -5284,7 +5284,7 @@ DEFINE_INT_AND_FLOAT_ROUND_FN (RINT) - || tree_int_cst_sgn (@2) >= 0) - && wi::to_wide (@3) == wi::set_bit_in_zero (shift, prec)) - (with { auto mask = wide_int::from (wi::to_wide (@2), prec, UNSIGNED); } -- (bit_and @0 { wide_int_to_tree (type, mask << shift); })))))) -+ (bit_and (convert @0) { wide_int_to_tree (type, mask << shift); })))))) - - /* ~(~X >> Y) -> X >> Y (for arithmetic shift). */ - (simplify - -base-commit: 5abe571e0276fafcc6eed27c27abb28943e67c6f --- -2.48.1 - diff --git a/15.0.0/gentoo/README.history b/15.0.0/gentoo/README.history index 0bfc61e..c66ebe8 100644 --- a/15.0.0/gentoo/README.history +++ b/15.0.0/gentoo/README.history @@ -1,6 +1,5 @@ 47 ???? - + 77_all_PR119287-linux.patch - 80_all_PR81358-Enable-automatic-linking-of-libatomic.patch 46 17 February 2025
