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.129.124]) by sourceware.org (Postfix) with ESMTPS id 7BC3C3858401 for ; Mon, 3 Oct 2022 14:49:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7BC3C3858401 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=1664808581; 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=PuDu2aIHM0x4jtp+SoODAgswBm23snVEtXdUq2VZKZVpmXyLNUtvuQU3hOArdeFEncAtK0 d0pXufIytB6w4xBk2L7nwoEZb+jEGmpcHvEvjnnxin9uDTIodiw0SzJIfqSzxT8l6hTJoz t6cDtb52LcWcsnab9ehTjxVri8N1H5c= Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-637--ZcdiGUEN7ONjEnaGi0LfA-1; Mon, 03 Oct 2022 10:49:39 -0400 X-MC-Unique: -ZcdiGUEN7ONjEnaGi0LfA-1 Received: by mail-qt1-f200.google.com with SMTP id b13-20020ac87fcd000000b0035cbe5d58afso7359763qtk.9 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=nwhgGDH6JulDw1zH61S5C8Q5U3/ZrwlKvdU9NdeWCvsbw5rGI5bgTMTwVz0zgBPsdt cM3Hvdjw1DRFsnBJTtPgDEk929BM+sAyd5mhvqGagNMEpY4T27h0ahK7GVAczJIYUnGj nIN28cK7JShWs1t2hJhw1QOrJJe5bX/QSMh2pV/AfBYkSmlV9nss5R1mvdahrVHqo9uV VPnnoMmG7vkqO+iEQRswK4Xwj/yz00dbldjMIbQlj023fauIxUJ+ZQZPGIe+xgls+lfP W8bMeYSJWP0LvhMqK11keEuK9+/XcpX41J1eW9vx07CxFECMh1trs47Vl/TD3w/RsPNe NNVg== X-Gm-Message-State: ACrzQf0CKhazPppCoLdmOSspnVuqLMQa/djladxaOGyF9rJZs0yRf8IR 2jgQE7pA4SjqYp9ZrOXseEEeJWgMPGYerhUDGZdvVg4etJ5PT/8HifnqJSgki5GPXOumTAWImgP bK59+FVmbwrwiBSgMXab6s8iQTNfzPw6uTA== X-Received: by 2002:a05:622a:408a:b0:35b:b5fa:5e32 with SMTP id cg10-20020a05622a408a00b0035bb5fa5e32mr15837439qtb.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=-4.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=unavailable 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.