From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.wavenetuk.net (smtp.wavenetuk.net [195.26.36.10]) by sourceware.org (Postfix) with ESMTP id E2CA83858D29 for ; Fri, 1 Jan 2021 10:21:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E2CA83858D29 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sandoe.co.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=iain@sandoe.co.uk Received: from [192.168.1.212] (host81-138-1-83.in-addr.btopenworld.com [81.138.1.83]) by smtp1.wavenetuk.net (Postfix) with ESMTPA id CCE7E1200A42; Fri, 1 Jan 2021 10:21:24 +0000 (GMT) Content-Type: text/plain; charset=utf-8; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: C++11 code in the gcc 10 branch From: Iain Sandoe In-Reply-To: <880EB4CB-FEC2-4EC4-8ACB-4B58C0631EBD@gmail.com> Date: Fri, 1 Jan 2021 10:21:11 +0000 Cc: gcc@gcc.gnu.org, Richard Sandiford Content-Transfer-Encoding: 8bit Message-Id: <977C8844-0CE8-45F4-A270-9EF28F926104@sandoe.co.uk> References: <63a1a158-222e-83b3-e71c-e9955ed23baa@pfeifer.com> <36818F84-C0C7-4407-8AB6-E0EDDEFFC71C@gmail.com> <0F86C809-B5D6-4619-968B-7D9B3218749C@sandoe.co.uk> <880EB4CB-FEC2-4EC4-8ACB-4B58C0631EBD@gmail.com> To: FX , Gerald Pfeifer X-Mailer: Apple Mail (2.3273) X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00, KAM_COUK, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_LINKBAIT, KHOP_HELO_FCRDNS, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2021 10:21:28 -0000 FX wrote: >> If Richard approves the second patch (and you’re stuck for time) - then >> send me the patch(es) as attachments with the commit credits you want, >> and I can apply them for you. > > Both patches only needed on gcc-10, if you can commit that’s great, many > thanks. bootstrapped / smoke tested on aarch64-linux-gnu and x86_64-darwin, pushed as r10-9187 and r10-9188. Iain