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 204443858D37 for ; Sat, 19 Nov 2022 12:50:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 204443858D37 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=1668862229; 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=0hb+kKnOSEpa3FD0JJfbbQgTrj7cSYVJc6Cane8aPKc=; b=SLz5DmQ39sIyg/I6ANcLCQIXDm/QzVAj1ea6SrehhGPlihOPO5riYaUup1r3/FTMiQArup 9OKytfeMAsI9TXMMDuoRP2+MXz5kwjlfXzWuvGIS5SMuvV4XZaIOW8/OPMel2OHgacCdXo KBTC/NrDVcRHG6f6Q1zT28WR3ijHiPU= Received: from mail-ej1-f72.google.com (mail-ej1-f72.google.com [209.85.218.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-6-tYHwskopN2eKX50mQ8yh0g-1; Sat, 19 Nov 2022 07:50:27 -0500 X-MC-Unique: tYHwskopN2eKX50mQ8yh0g-1 Received: by mail-ej1-f72.google.com with SMTP id qw20-20020a1709066a1400b007af13652c92so4736636ejc.20 for ; Sat, 19 Nov 2022 04:50:27 -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=0hb+kKnOSEpa3FD0JJfbbQgTrj7cSYVJc6Cane8aPKc=; b=4m98pBbsWmIrAvkTzEKF12YmNUrYOkXnNAPWm1jgRkcL0mcuELNI3vZ/fbeYn+vErc Nsi1vQT28cnzv3zOxWyyUsDnfOdoH6T+zSuzHgKCNJ9qkDxs72pgnWCq3f6LEPXGMtGu X/HNA9FNnXl9bxM58JB8bO4Y557UlKKG+J5djsDP/WTjM042o6NWqqXwFATfIgpS5amE yvmrvzg1U/4O/C2PEm02Jtyy8o25WcmFU9hYLyP2MFmaP+G0rudvz4AqeqC+VWqWun8A ESyPQ4x60Z59FOwucGziaS1dhClIxJX9Yqc/AxrDZtkJknw/2XcxyBuEbbtMNrWmJf9t pc6Q== X-Gm-Message-State: ANoB5pmUnw6wl+GkRgganqjjSlS0rVkB2mP7W3A+BT8e6lAOW8eozkge pGJLDgVku8WiYP91AfTBWmR15wb92PqKjtjF8TdZ+PlNuToOdOuhM6RxtEgI0lBH8vD7SFfZhG5 mKNJo97KHiYVcvBZR5io/vMBgryJzLk/2ow== X-Received: by 2002:a17:906:e289:b0:7ae:c460:c65f with SMTP id gg9-20020a170906e28900b007aec460c65fmr9346313ejb.226.1668862226697; Sat, 19 Nov 2022 04:50:26 -0800 (PST) X-Google-Smtp-Source: AA0mqf4VA6PdxlKwnaqPQsXdVfsKfXL9BgLLRBX6zIRpydvb9AHWCDlFA608ZQrBhghs+tvWXbDIhu8OIYuF5kYYC/0= X-Received: by 2002:a17:906:e289:b0:7ae:c460:c65f with SMTP id gg9-20020a170906e28900b007aec460c65fmr9346306ejb.226.1668862226533; Sat, 19 Nov 2022 04:50:26 -0800 (PST) MIME-Version: 1.0 References: <20221103195750.2113734-1-jason@redhat.com> In-Reply-To: From: Jonathan Wakely Date: Sat, 19 Nov 2022 12:50:15 +0000 Message-ID: Subject: Re: [PATCH RFA] libstdc++: add experimental Contracts support To: Jason Merrill Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: multipart/alternative; boundary="0000000000003126c505edd24449" X-Spam-Status: No, score=-6.4 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: --0000000000003126c505edd24449 Content-Type: text/plain; charset="UTF-8" On Sat, 19 Nov 2022 at 02:40, Jason Merrill wrote: > > Thanks, this is what I'm pushing: > Great. I wonder if we should move the contents of libstdc++fs.a and libstdc++_libbacktrace.a into libstdc++exp.a and make the former libraries into linker scripts that point to libstdc++exp.a It would be easier to only have one lib for unstable things. --0000000000003126c505edd24449--