From 79bab9e66fc190741117eb485fe425aeb5096b0a Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 6 Dec 2023 10:51:25 +0000 Subject: 14.0.0: drop 75_all_PR112572-missing-notes-update.patch Per https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112572#c33, this shouldn't be needed anymore. Bug: https://gcc.gnu.org/PR112760 Bug: https://gcc.gnu.org/PR112572 Signed-off-by: Sam James --- 14.0.0/gentoo/75_all_PR112572-missing-notes-update.patch | 14 -------------- 14.0.0/gentoo/README.history | 4 ++++ 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 14.0.0/gentoo/75_all_PR112572-missing-notes-update.patch (limited to '14.0.0') diff --git a/14.0.0/gentoo/75_all_PR112572-missing-notes-update.patch b/14.0.0/gentoo/75_all_PR112572-missing-notes-update.patch deleted file mode 100644 index 33d2e4f..0000000 --- a/14.0.0/gentoo/75_all_PR112572-missing-notes-update.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://gcc.gnu.org/PR112568 -https://gcc.gnu.org/PR112572 (specifically https://gcc.gnu.org/PR112572#c18 for the patch) -https://bugs.gentoo.org/917496 -https://bugs.gentoo.org/917486 ---- a/gcc/compare-elim.cc -+++ b/gcc/compare-elim.cc -@@ -908,6 +908,7 @@ static unsigned int - execute_compare_elim_after_reload (void) - { - df_set_flags (DF_LR_RUN_DCE); -+ df_note_add_problem (); - df_analyze (); - - gcc_checking_assert (!all_compares.exists ()); diff --git a/14.0.0/gentoo/README.history b/14.0.0/gentoo/README.history index 9d7a939..dd1bec0 100644 --- a/14.0.0/gentoo/README.history +++ b/14.0.0/gentoo/README.history @@ -1,3 +1,7 @@ +10 ?? ??? 2023 + + - 75_all_PR112572-missing-notes-update.patch + 9 20 Nov 2023 + 75_all_PR112572-missing-notes-update.patch -- cgit v1.2.3-65-gdbad