From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 320C43858C27 for ; Mon, 28 Nov 2022 18:36:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 320C43858C27 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669660567; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=duYrACffuqBEggINautdp0cIsYTO3gapUiN2NCnrnw0=; b=KytXtimH8oUhV5IGMewv2kKwgfbAID83p6fzNy9JPImFWCyym1qwnYhZ974JU5muBRr6EN At6ZEjNZK3ojbG2aDiEepEWew6hv3BN2Z7KC5TZAEdkxsiKTotFw4w+IhHQ8hco/sq3HOu FvvcsJ5CwF1eKSWVRXrskLkzE8WH6/I= Received: from mail-ed1-f69.google.com (mail-ed1-f69.google.com [209.85.208.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-58-nLK3mdSzP6WDz_xNhSDdWQ-1; Mon, 28 Nov 2022 13:36:06 -0500 X-MC-Unique: nLK3mdSzP6WDz_xNhSDdWQ-1 Received: by mail-ed1-f69.google.com with SMTP id y2-20020a056402440200b00469c41d5367so6977251eda.1 for ; Mon, 28 Nov 2022 10:36:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=duYrACffuqBEggINautdp0cIsYTO3gapUiN2NCnrnw0=; b=iy1xFLbFi6N3Vns51ac6y7Rn0JMzejlj0owvBw5Lf3llrkha3v0QDDb0I36cQ1h2zo JgI4pBlwDDmNT0If0z86JhzPYCgEzOEe0mCLPSWwMyItFAuGqRuxEtQubMCIg6onXTOZ /hkWSvwFflZ6xs8yvh5I3fxJ7Et/PhGdzYcVfF12ecn47MIVStgPLWrbuHU4nRNei3n4 +yB8cU5dt/8Z2woeZIQI/YvP1b+xJ718IvgCOHd4os3ruh6PZmtTILsaCrtxOKzkEM2u Kh8/OUPgPSy9DdwoCkGWLXR5ZV6uoCa+N61dQm8W7+thrcLpPB8DdQXmvfvt7nEy/xp5 W3AQ== X-Gm-Message-State: ANoB5pkYqEFS7sUtXvRAN45gY4+Bgm7qnTFQA09OMbmM1wjr96EesIMY tUD8RdPCk3fL5MOcQgfhYS2xG/gp4+p7deHXXWffUFxdwrIgRDPuQsbjibkVE5Bd1NbBWGciH4q tObiJV48XePopoVYm1KpxuwrEJFx3j0GA8w== X-Received: by 2002:a17:907:2721:b0:7bd:28b5:2fb with SMTP id d1-20020a170907272100b007bd28b502fbmr13648716ejl.169.1669660564945; Mon, 28 Nov 2022 10:36:04 -0800 (PST) X-Google-Smtp-Source: AA0mqf6b+I/hmEMDHfawtXppYOd/+6C3Xkqzlg4Rq4G0nnuEdwUIPInwACyf+kN/rzjEMgqsIijP1EaqediynHoXxq4= X-Received: by 2002:a17:907:2721:b0:7bd:28b5:2fb with SMTP id d1-20020a170907272100b007bd28b502fbmr13648697ejl.169.1669660564682; Mon, 28 Nov 2022 10:36:04 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Mon, 28 Nov 2022 18:35:53 +0000 Message-ID: Subject: Re: [PATCH][_GLIBCXX_INLINE_VERSION] Adapt to_chars/from_chars symbols To: =?UTF-8?Q?Fran=C3=A7ois_Dumont?= Cc: "libstdc++@gcc.gnu.org" , gcc-patches X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: multipart/alternative; boundary="000000000000da8e1305ee8c2459" X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,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: --000000000000da8e1305ee8c2459 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 28 Nov 2022 at 06:07, Fran=C3=A7ois Dumont via Libstdc++ < libstdc++@gcc.gnu.org> wrote: > This patch is fixing those tests: > > 20_util/to_chars/float128_c++23.cc > std/format/formatter/requirements.cc > std/format/functions/format.cc > std/format/functions/format_to_n.cc > std/format/functions/size.cc > std/format/functions/vformat_to.cc > std/format/string.cc > > Note that symbols used in for __ibm128 and __iee128 are untested. > We don't need to do this for those symbols, the ALT128 config is incompatible with versioned namespace. If you're using the versioned namespace, you don't need backwards compatibility with the old long double ABI. --000000000000da8e1305ee8c2459--