From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAE7C15823F for ; Sun, 19 Nov 2023 11:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1392A2BC022; Sun, 19 Nov 2023 11:04:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE9712BC022 for ; Sun, 19 Nov 2023 11:04:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04CA8335CCD for ; Sun, 19 Nov 2023 11:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C4CBFC4 for ; Sun, 19 Nov 2023 11:04:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1700391832.fb2901cba5026337511402c7745b2eb317e9b35c.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 14.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 14.0.0/gentoo/75_all_PR112572-missing-notes-update.patch 14.0.0/gentoo/README.history X-VCS-Directories: 14.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb2901cba5026337511402c7745b2eb317e9b35c X-VCS-Branch: master Date: Sun, 19 Nov 2023 11:04:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6dae3c33-34bd-485f-8e45-67997abe4b03 X-Archives-Hash: 0105930f9a87c2899f6fa13ccfeab51c commit: fb2901cba5026337511402c7745b2eb317e9b35c Author: Sam James gentoo org> AuthorDate: Sun Nov 19 11:03:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 19 11:03:52 2023 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=fb2901cb 14.0.0: add 75_all_PR112572-missing-notes-update.patch Fixes LLVM, mesa, pipewire miscompilation. Bug: https://gcc.gnu.org/PR112568 Bug: https://gcc.gnu.org/PR112572 Bug: https://bugs.gentoo.org/917496 Bug: https://bugs.gentoo.org/917486 Signed-off-by: Sam James gentoo.org> 14.0.0/gentoo/75_all_PR112572-missing-notes-update.patch | 14 ++++++++++++++ 14.0.0/gentoo/README.history | 4 ++++ 2 files changed, 18 insertions(+) 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 new file mode 100644 index 0000000..74e42d3 --- /dev/null +++ b/14.0.0/gentoo/75_all_PR112572-missing-notes-update.patch @@ -0,0 +1,14 @@ +https://gcc.gnu.org/PR112568 +https://gcc.gnu.org/PR112572 +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 bcf2394..415eb03 100644 --- a/14.0.0/gentoo/README.history +++ b/14.0.0/gentoo/README.history @@ -1,3 +1,7 @@ +9 ?? ??? 2023 + + + 75_all_PR112572-missing-notes-update.patch + 8 05 Nov 2023 - 75_all_PR54179_genemit-Split-insn-emit.cc-into-ten-files.patch