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 1EA0E3858C2C for ; Mon, 3 Oct 2022 14:49:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1EA0E3858C2C 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=1664808580; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QOGhH75VUlTJ0eS1UYiE1yiNifobQ4B05Sa0DSVk0FI=; b=LNKJJdozlwTVaVetIfn1FHk8xaBsGStaGJur9g3uc/k1RWeAln5Amlr7NUR4bBRzDMlbST NJpM6H44omXMxUWS+JnTWePX/CEk6+hlosQIu54zCu+N7DCobubjBBgvAL3BURuJ3NicLf CZyDFgHOFtrBD/1m0SPldEJv9k5BL0I= Received: from mail-qv1-f72.google.com (mail-qv1-f72.google.com [209.85.219.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-526-s83hsV1NMf6bsm7b9_GkZg-1; Mon, 03 Oct 2022 10:49:39 -0400 X-MC-Unique: s83hsV1NMf6bsm7b9_GkZg-1 Received: by mail-qv1-f72.google.com with SMTP id q6-20020a0cf5c6000000b004b1999f94bcso995255qvm.15 for ; Mon, 03 Oct 2022 07:49:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date; bh=QOGhH75VUlTJ0eS1UYiE1yiNifobQ4B05Sa0DSVk0FI=; b=tWAkxFlQpSWRfvbmG/g1z4mEH8LW4aKJPmm8Ww3hDC6wivaKzmPa71ZtYyhMCNCFGZ QTLlasmHsVV/48u3X1wbm0md0ao+Vcys5h2IxXG0l45ilSaxSm1lddHR9ZL47Ashnj0g CV0TIJ+JYGw9nXNx2p678aNb153kT5EgTQKobc533d3/3qlw8tboytL9wOM4K7Iujl36 6vh/jn87XEaz39Wos5TQp8B1w4gLh5K+3n5U5XLsIC6jgn4rPOUQDv08+bY5anoAxJY5 94oyBD5K5A6Uq9ANm8pk/0pje1SAcnAkKddK8wc/wWnnT6k4nCNKk7ay/vRHmxSlgLfN EREQ== X-Gm-Message-State: ACrzQf2v8m6mV1Ba5rGgu3QDX3hg3Wx8xl3KH29VhfoMDw0cJQgzCtb3 oEZHerhRytTsTMCmAJiG0krDzXPj07lwQ83/UUViYiXO+Kn5KT1JbMfyKKzQMUlN+RzqCD145Yy D+WuY5gB4XnwdsY8/qsoWM/cJp08iywY= X-Received: by 2002:a05:622a:408a:b0:35b:b5fa:5e32 with SMTP id cg10-20020a05622a408a00b0035bb5fa5e32mr15837438qtb.122.1664808579289; Mon, 03 Oct 2022 07:49:39 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5pHM2jLMVdHhv+fOsEeljY9qDatp+KSFEidUHfTMT1f7mhTuu+bBLV03CGsWN/aTWtUrtKIejCnKvk9tjOK6I= X-Received: by 2002:a05:622a:408a:b0:35b:b5fa:5e32 with SMTP id cg10-20020a05622a408a00b0035bb5fa5e32mr15837427qtb.122.1664808579095; Mon, 03 Oct 2022 07:49:39 -0700 (PDT) MIME-Version: 1.0 References: <20220930164556.1198044-1-arsen@aarsen.me> In-Reply-To: From: Jonathan Wakely Date: Mon, 3 Oct 2022 15:49:28 +0100 Message-ID: Subject: Re: [PATCH 00/10] c-family,libstdc++: P1642 and related changes To: =?UTF-8?Q?Arsen_Arsenovi=C4=87?= Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,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: On Fri, 30 Sept 2022 at 19:15, Jonathan Wakely wrote: > > On Fri, 30 Sept 2022 at 17:46, Arsen Arsenovi=C4=87 via Libstdc++ > wrote: > > > > Hi, > > > > This patchset: > > - Implements the P1642 WG21 paper, with a fair few extensions, > > - Fixes libstdc++' build system on systems --without-headers, > > - Ports (a large chunk of) the libstdc++ testsuite to freestanding, and > > - Changes the semantics of `int main' in freestanding (!!). > > Thanks for all this work, Arsen! > > I'm testing these and will approve and commit all except [PATCH 5/10] > which is outside libstdc++ and needs review. All the libstdc++ changes are on trunk now. I can push the c-family one for you if it gets approved.