From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from progateway7-pub.mail.pro1.eigbox.com (gproxy5-pub.mail.unifiedlayer.com [67.222.38.55]) by sourceware.org (Postfix) with ESMTPS id 3D16C3858C50 for ; Sun, 14 May 2023 13:09:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3D16C3858C50 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mad-scientist.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mad-scientist.net Received: from cmgw11.mail.unifiedlayer.com (unknown [10.0.90.126]) by progateway7.mail.pro1.eigbox.com (Postfix) with ESMTP id 8C0ED10047C09 for ; Sun, 14 May 2023 13:09:55 +0000 (UTC) Received: from box5922.bluehost.com ([162.241.30.80]) by cmsmtp with ESMTP id yBU3pJE7DV8I5yBU3pxeKU; Sun, 14 May 2023 13:09:55 +0000 X-Authority-Reason: nr=8 X-Authority-Analysis: v=2.4 cv=Z80poFdA c=1 sm=1 tr=0 ts=6460dda3 a=u+82WREdhvUKZ7QTvcqjvQ==:117 a=u+82WREdhvUKZ7QTvcqjvQ==:17 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=IkcTkHD0fZMA:10:nop_charset_1 a=P0xRbXHiH_UA:10:nop_rcvd_month_year a=3EOfIcITIxQA:10:endurance_base64_authed_username_1 a=mDV3o1hIAAAA:8 a=V1M8Njz4AAAA:8 a=20KFwNOVAAAA:8 a=OMzbCoeSgE6n2BruRTwA:9 a=QEXdDO2ut3YA:10:nop_charset_2 a=_FVE-zBwftR9WsbkzFJk:22 a=HupH6vDiPdoo5NHHcIeY:22 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mad-scientist.us; s=default; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:To:Reply-To:From:Subject:Message-ID: Sender:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Moi3CXo6iU2foSYJt5GGewdpUo5KJ4A6YgqOrWI7Dwo=; b=WEwijPriVZ+EQ8o8ZxwmFRZCHk td9AGhzXOWvy8nz/VjqJatU7E1vYMzmKQR9z9R6V+yg67q4FGMBgkUndHO8BYEuZv1w3xP71Qmj5R MuXHBbK3qQznyRzpeAJm51Rsa; Received: from pool-173-76-108-34.bstnma.fios.verizon.net ([173.76.108.34]:59482 helo=pdslaptop.home.arpa) by box5922.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pyBU3-000sK5-2G; Sun, 14 May 2023 07:09:55 -0600 Message-ID: Subject: Re: GCC 12.3.0 regression, ccache 4.8.0 build fails witch ICE, upstream fix identified From: Paul Smith Reply-To: paul@mad-scientist.net To: Thomas Backlund , gcc@gcc.gnu.org, jason@redhat.com Date: Sun, 14 May 2023 09:09:53 -0400 In-Reply-To: <32e9fc60-a706-c99f-ecd5-795ad32e9c68@tmb.nu> References: <32e9fc60-a706-c99f-ecd5-795ad32e9c68@tmb.nu> Organization: Please remain calm--I may be mad but I am a professional! Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.0 (by Flathub.org) MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5922.bluehost.com X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mad-scientist.net X-BWhitelist: no X-Source-IP: 173.76.108.34 X-Source-L: No X-Exim-ID: 1pyBU3-000sK5-2G X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: pool-173-76-108-34.bstnma.fios.verizon.net (pdslaptop.home.arpa) [173.76.108.34]:59482 X-Source-Auth: paul@mad-scientist.us X-Email-Count: 2 X-Source-Cap: bWFkc2NpZTE7bWFkc2NpZTE7Ym94NTkyMi5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,JMQ_SPF_NEUTRAL,KAM_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: FYI I reported this crash to the GCC bugzilla yesterday: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109850 and it was closed as a dup of this: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109241 If people want to watch it. On Sun, 2023-05-14 at 10:50 +0000, Thomas Backlund via Gcc wrote: > ccache 4.8.0 build fails with ICE when building with gcc 12.3.0: > https://bugs.mageia.org/show_bug.cgi?id=3D31893#c0 > regression introduced in gcc-12-20230421 snapshot by commit: >=20 > From 890d711a2477119a34cf435f6159b6253b124374 Mon Sep 17 00:00:00 > 2001 > From: Jason Merrill < > jason@redhat.com > >=20 > Date: Thu, 16 Mar 2023 15:11:25 -0400 > Subject: [PATCH 35/61] c++: generic lambda, local class, __func__ > [PR108242] >=20 > I fixed=C2=A0 gcc ICE by backporting from upstream master branch: >=20 > From 4872e46e080c6695dfe1f9dc9db26b4703bc348c Mon Sep 17 00:00:00 > 2001 > From: Jason Merrill < > jason@redhat.com > >=20 > Date: Wed, 22 Mar 2023 16:11:47 -0400 > Subject: [PATCH] c++: local class in nested generic lambda [PR109241] >=20 > -- > Thomas