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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E5FD1581F0 for ; Wed, 11 Dec 2024 04:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1DD5E07EC; Wed, 11 Dec 2024 04:41: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 DC95AE07EC for ; Wed, 11 Dec 2024 04:41: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 09DC8343108 for ; Wed, 11 Dec 2024 04:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E1BEE7 for ; Wed, 11 Dec 2024 04:41: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: <1733892061.bab06f8fff99acedad7703b604dd781a0f5554a0.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 15.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 15.0.0/gentoo/77_all_PR117980-ICE-cxx_eval_outermost_constant_expr.patch X-VCS-Directories: 15.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bab06f8fff99acedad7703b604dd781a0f5554a0 X-VCS-Branch: master Date: Wed, 11 Dec 2024 04:41: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: f53e80ad-8889-4b36-b0ae-fa22a2cf6d8b X-Archives-Hash: 0ed29b8056df40434162e67de16ab09f commit: bab06f8fff99acedad7703b604dd781a0f5554a0 Author: Sam James gentoo org> AuthorDate: Wed Dec 11 04:41:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 11 04:41:01 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=bab06f8f 15.0.0: add comment link to 77_all_PR117980-ICE-cxx_eval_outermost_constant_expr.patch Signed-off-by: Sam James gentoo.org> .../gentoo/77_all_PR117980-ICE-cxx_eval_outermost_constant_expr.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/15.0.0/gentoo/77_all_PR117980-ICE-cxx_eval_outermost_constant_expr.patch b/15.0.0/gentoo/77_all_PR117980-ICE-cxx_eval_outermost_constant_expr.patch index ba2fa9a..1252fc2 100644 --- a/15.0.0/gentoo/77_all_PR117980-ICE-cxx_eval_outermost_constant_expr.patch +++ b/15.0.0/gentoo/77_all_PR117980-ICE-cxx_eval_outermost_constant_expr.patch @@ -1,5 +1,4 @@ -diff --git a/gcc/cp/cp-gimplify.cc b/gcc/cp/cp-gimplify.cc -index 623e2ee6e964..a861331c7c7d 100644 +https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117980#c7 --- a/gcc/cp/cp-gimplify.cc +++ b/gcc/cp/cp-gimplify.cc @@ -1477,7 +1477,7 @@ cp_fold_r (tree *stmt_p, int *walk_subtrees, void *data_)