From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id B64493857809; Tue, 19 Apr 2022 10:29:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B64493857809 Received: by mail-wr1-x42b.google.com with SMTP id w4so21776560wrg.12; Tue, 19 Apr 2022 03:29:05 -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=7ClDabTI14NngBDmKaAIL40duIZfAefnBaC0X7652to=; b=yOyvKKuqDpCrO1E90mYcgtuMQH8ESxubBbYAAwNgP/K/NRypd+AajhZCG1ZEnntPVP pAcHeSqYCvxUqTGdMCVvTn6ozAdoOp5FJ3qwRrJbV57obclCZN0KRJ7Y9sl1oFTJG0M9 PXgTajxWfnqsrXF3iKYfUhObzPTOH0JNkE/c1QAPkaqtFISN96p+EB951IsmPQvGi7EY J7xbbQhwRtoIq2QsIz45AU5/res778rvDyz7nAJoFcjAghap2qN8WaxJvdiAPAZ19C2i w8gi+RyILix9U70As3xRcuunAXImzPJtLylk4R1KX1/uoumKqQrlQDqXY4KXI8rKQYos 4E4w== X-Gm-Message-State: AOAM5328OJBN+EzJVuff1vao9cdynmnnsjxdwYg+hC9OF/lLVzZ/Ia8m RzREioELGtEDpTYjg1FNrii5G1v6UFYPV9P5Lis= X-Google-Smtp-Source: ABdhPJxJaEXsOR2x+E6WPOU71AFjCciI/pqPexV/rbXrp9qHolGf+NRWaQM2rMlZsu/IefEdEA3/KoKBTmT6ioRo2Yo= X-Received: by 2002:adf:f943:0:b0:203:b456:c71d with SMTP id q3-20020adff943000000b00203b456c71dmr11317279wrr.568.1650364144494; Tue, 19 Apr 2022 03:29:04 -0700 (PDT) MIME-Version: 1.0 References: <20220404105257.199452-1-fent@in.tum.de> In-Reply-To: From: Jonathan Wakely Date: Tue, 19 Apr 2022 11:28:52 +0100 Message-ID: Subject: Re: [PATCH] libstdc++: Add pretty printer for std::span To: Philipp Fent Cc: "libstdc++" , gcc-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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 10:29:08 -0000 On Tue, 19 Apr 2022 at 10:34, Philipp Fent wrote: > > On 04.04.22 13:39, Jonathan Wakely wrote: > > Nice, thanks. I'll get this committed in time for GCC 12 (and backport > > it to release branches too). > > I've attached a rebased patch for trunk and tested it on x86_64-linux. > I also backported it for the release branches, gcc-11 tests also pass, > on gcc-10 the prettyprinters testsuite reports "unsupported", and gcc-9 > didn't have std::span yet. Thanks, but we still need the DCO sign-off as I mailed about last week. There's no need for you to provide the backported patches, I will take care of that.