From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from s411.sureserver.com (s411.sureserver.com [192.252.151.33]) by sourceware.org (Postfix) with ESMTPS id 7DE693858C5E for ; Thu, 23 Feb 2023 14:09:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7DE693858C5E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nishan.io Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nishan.io DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=nishan.io; h=message-id :reply-to:from:to:subject:date:mime-version:content-type :content-transfer-encoding; s=dkim; bh=yvVjRDeNKPMpou4NatWiWfsCf BqkzXKv4+xoSog2ZaU=; b=WKKfBib5ZunvpQ57Yhdp80QdRQJFXxypJxxIe5nwD Bw6hy7S3KJ6d5QiPSCq8WCaqY8bhHQOTlyh0n91iHm4Fi895ek3NwNc+0BKArQEc 1sv4pps2jHpVD+/2HGuS23cbx8/JPrbQiFwTCwubRzRp8OX30y9z485JElyl4/t2 8Y= Received: (qmail 13963 invoked by uid 1900); 23 Feb 2023 14:09:53 -0000 Message-ID: <20230223140953.13962.qmail@s411.sureserver.com> Reply-To: "=?utf-8?Q?Saifi=20Khan?=" From: "=?utf-8?Q?Saifi=20Khan?=" To: gcc-help@gcc.gnu.org Subject: =?utf-8?B?UmU6IGJ1aWxkIGVycm9yIC0tc3RkPWMrKzE3IHZzIC0tc3RkPWMrKzIzIC1XcmVzdHJpY3QgIm1heSBvdmVybGFwIHVwIHRvIDkyMjMzNzIwMzY4NTQ3NzU4MTMgYnl0ZXMgYXQgb2Zmc2V0IC0zIg==?= Date: Thu, 23 Feb 2023 14:09:53 +0000 MIME-Version: 1.0 X-Mailer: WebMail 2.55.13.14 X-Suremail-Sender: 103_199_139_57 X-Originating-Email: saifi.khan@nishan.io Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi: Tried Jonny Grant's example g++ -O3 --std=c++23 -Wall -c repro_jg01.cc With the mainline build, the code compiles without any error. Environment - Linux 6.1.0-3-amd64 x86_64 GNU/Linux - Debian GLIBC 2.36-8) 2.36 - gcc version 13.0.1 20230215 (experimental) (GCC) Curious to know, what changed in the mainline code ? Anyone knows the commit hash ? warm regards Saifi.