From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.axis.com (smtp1.axis.com [195.60.68.17]) by sourceware.org (Postfix) with ESMTPS id 350EF385782B; Thu, 1 Jun 2023 04:21:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 350EF385782B Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=axis.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=axis.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1685593271; x=1717129271; h=from:to:cc:in-reply-to:subject:mime-version: content-transfer-encoding:references:message-id:date; bh=vWOMccdJQattK88XNuaTri/ba1ABYNX4AWQhNpNnXLo=; b=oEyLt4FnazTUouMEXkO2lRXa/iNYpmk0mFYM7+co5Pmv8tPreP9/4vcg mP/xksISSXumdK7u7Hx8n3sptMgxK12AWlbF5BeCo03lE4we5YJ86pvLU CCr644s9wpM533Dh7jDGoWaecgYdyoMbIm8xVJyl4mt326lMPQGGPFN7t 0dxW9Ct5uG3jQrOCfbfsDKGlJIO4Q9Ax7f6Quc2iJZ4HLN8ULQlpiu3eG dtduM8ZnDALHDQpsFP2TpUEl2IsHwlyRyHzETizESDrobq4F5wpdfRK56 M5Nh6mYOPVRCs5ZOYw9eUNosCf41xqOJKPJNXCFTF72t2NU3k43atc4Zn Q==; From: Hans-Peter Nilsson To: Jonathan Wakely CC: , In-Reply-To: (message from Jonathan Wakely on Wed, 31 May 2023 21:06:16 +0100) Subject: Re: Build-break in libstdc++-v3 at r14-1442-ge1240bda3e0bb1 for non-float128 targets MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT References: <20230531152805.9D4732043D@pchp3.se.axis.com> Message-ID: <20230601042109.EFBB120418@pchp3.se.axis.com> Date: Thu, 1 Jun 2023 06:21:09 +0200 X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: > From: Jonathan Wakely > Date: Wed, 31 May 2023 21:06:16 +0100 > On Wed, 31 May 2023 at 16:32, Jonathan Wakely wrote: > > On Wed, 31 May 2023 at 16:29, Hans-Peter Nilsson via Libstdc++ < > > libstdc++@gcc.gnu.org> wrote: > > > >> Since I don't see a quick fix at r14-1444-g3f4853a5f00fab, I > >> thought I'd better notify the author (I have written authors > >> if there was more than one ;-) of suspect commits in the > >> range r14-1425-g80ee7d02e8db48..e1240bda3e0b for the > >> build-break at r14-1442-ge1240bda3e0bb1 for cris-elf, where > >> I get: > >> > >> /x/gcc/libstdc++-v3/src/c++17/floating_from_chars.cc:1330:47: error: > >> '_Float128' is not supported on this target > >> 1330 | from_chars(const char* first, const char* last, _Float128& value, > >> | ^ > >> > > > > Sorry, I'll fix or revert it today. > > > > It should be fixed at r14-1451-ga239a35075ffd8 JFTR: confirmed at r14-1451-ga239a35075ffd8, thanks! brgds, H-P