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 196D23858025 for ; Tue, 19 Apr 2022 11:36:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 196D23858025 Received: from mail-yb1-f199.google.com (mail-yb1-f199.google.com [209.85.219.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-562-iVj-YpnWO9yUnfdjUPSa0g-1; Tue, 19 Apr 2022 07:36:24 -0400 X-MC-Unique: iVj-YpnWO9yUnfdjUPSa0g-1 Received: by mail-yb1-f199.google.com with SMTP id i12-20020a25d10c000000b00645152ff400so3899140ybg.3 for ; Tue, 19 Apr 2022 04:36:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nYUOlRlr+BZbp9pGyMk+UkUXOFb1Wn99OGfYPbVH4Xw=; b=Z197E4MvxQVT8sTmPbdSka3wem3CW2j7GSyNyXTqQWkf8htHUKVFDyP/8aAi8KqMHO m3LpBJzC/oLIOdR2h7hxmReLnMI+lUb8YSltQV55jRqNtNGpqAitA3pbvSvCgb8G5rWa dWbiaYJZd4KNdZ/i+Tr3QJWaj0a9S7Q4HVTYIs08UsmpALag7QSdQg9oJecILKtZeDDu pNkC+xdXcOkixyCn74GFQVe8S2EuNcx4Z+rUR3MG0lC9j/j15o+RWKVRQp1X7LXnbEmR axIq6AamWrzm4W0QiIAnWHQbKsLp02RY3GraXY5oRr/mnMo/uQwutybcQ0aIKRS6bfy1 NotA== X-Gm-Message-State: AOAM532HWMfw2bsHcwC6h7fOGfanTwFohELuK/vAvwsD4I8q1bwYclkD jNGbQwyVOSS03qBc1+P3QgCiqspmnx3WRsfU5V4irhjJgSkYKoPjDplbiNjUKcvHkBsxdW5E5UP +OoBLmixJTUKmn4X5NmyK7589dr0G8Lg= X-Received: by 2002:a81:4989:0:b0:2f1:47b9:8ac2 with SMTP id w131-20020a814989000000b002f147b98ac2mr15382301ywa.346.1650368184412; Tue, 19 Apr 2022 04:36:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwgLUlakaIgvCW+GnaX9026C3qDF6yUJmS3ot6m/fN3U1z8QXUFNCBL9sv4FKTQZjv5fDKA0F0LJ4cpvb1tG50= X-Received: by 2002:a81:4989:0:b0:2f1:47b9:8ac2 with SMTP id w131-20020a814989000000b002f147b98ac2mr15382293ywa.346.1650368184273; Tue, 19 Apr 2022 04:36:24 -0700 (PDT) MIME-Version: 1.0 References: <20220404105257.199452-1-fent@in.tum.de> <991c9996-feb3-74e7-0ef6-d03846984624@in.tum.de> In-Reply-To: <991c9996-feb3-74e7-0ef6-d03846984624@in.tum.de> From: Jonathan Wakely Date: Tue, 19 Apr 2022 12:36:13 +0100 Message-ID: Subject: Re: [PATCH] libstdc++: Add pretty printer for std::span To: Philipp Fent Cc: Jonathan Wakely , "libstdc++" , gcc-patches X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2022 11:36:28 -0000 On Tue, 19 Apr 2022 at 12:33, Philipp Fent via Libstdc++ wrote: > > On 19.04.22 12:28, Jonathan Wakely wrote: > > Thanks, but we still need the DCO sign-off as I mailed about last week. > > Thanks for the clarification, your last mail didn't appear to have > content, so I might have missed that part. I've now added my DCO sign-off. Huh, I see no content in my sent copy either. Weird. I distinctly remember pasting the https://gcc.gnu.org/dco.html link into the email, but gmail must have had other ideas. Sorry about that! Thanks for the sign-off, I'll get this committed today. The GCC 11 backport will have to wait a few days because the branch is currently frozen for the 11.3 release.