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 554633858C36 for ; Wed, 15 Feb 2023 23:16:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 554633858C36 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=1676503008; 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=3hkVgHSC/iKJY4z36ftDf91yCRLdl+rTQs4LT7qkfE4=; b=FhXzvthBv6fLWq1sn+B+5PVSldKRZboiQl/DZRj14RzZrTG5S/7tThGoIvbdYOH5s6MDoZ qSeVqrwPXQDIfw49BjdpAb6FtGzqY0yfeOwvOZTdUcQHbkB9fvzykGEy88LBwMrlcHnjzs sl/ngcpb0kHnGC55d8NnFiSdwq5lL54= Received: from mail-lf1-f69.google.com (mail-lf1-f69.google.com [209.85.167.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-612-iCKQc8bPPZ2AInCvdhXmJg-1; Wed, 15 Feb 2023 18:16:46 -0500 X-MC-Unique: iCKQc8bPPZ2AInCvdhXmJg-1 Received: by mail-lf1-f69.google.com with SMTP id be30-20020a056512251e00b004db20d1cf7fso149397lfb.18 for ; Wed, 15 Feb 2023 15:16:45 -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=3hkVgHSC/iKJY4z36ftDf91yCRLdl+rTQs4LT7qkfE4=; b=QoKZCq8rMFxuEXE1f6BLFPgUJgyjqesbdWhs5jN1rzGI4dudZ2Y5xhB04un0khWfKn qBF30HWRkRy8jmonXmlaYCQNmF/FaKciwktpY3YQqiU780rgmljw96KkyQqgauVokknj 734o8UV2a/Si3Hskgz9YOpemMxKsL3IulVh3dTUlBiwKNs4fAVXpwUB3niD5xF3pJroW NcKcHNpPB82WrYYn1lL6EShSxLv12G3CJQHVkmcpA6AnOTg+EMUgyenR4iIOf+ES4WbQ 5WJyEmrGvtO26i5BsTJ5ovbZo+oYHEq1+kv5D+guRd00MJdfY79Cbi25vSyWFYRecxc0 1X4Q== X-Gm-Message-State: AO0yUKVahRj9u8WIjBl51C45gYocS8i1uOac0y1xCBKU+rxnIWiByY4M aPV7mIeYvf2xwZvRQU0Na1vSh4N27N4d/8d83chwkUvDHKytwgkSlCmIl0UABwWi8Cvw1bmxvGj ssTOaiJfL5cxjXOeumZudL+C6G5tVAZZZLA== X-Received: by 2002:ac2:5dca:0:b0:4db:3ab7:79ca with SMTP id x10-20020ac25dca000000b004db3ab779camr1068234lfq.8.1676503003139; Wed, 15 Feb 2023 15:16:43 -0800 (PST) X-Google-Smtp-Source: AK7set/JvPi2PZhIHJqBojaJCJgO4rWgJ7B32zogK7XNtDkMOMzYlR6yA9u1Mt8v34qz0nZhfScdh4rjvBlTz4W2U7s= X-Received: by 2002:ac2:5dca:0:b0:4db:3ab7:79ca with SMTP id x10-20020ac25dca000000b004db3ab779camr1068228lfq.8.1676503002440; Wed, 15 Feb 2023 15:16:42 -0800 (PST) MIME-Version: 1.0 References: <3238840.44csPzL39Z@minbar> <3557908.R56niFO833@minbar> In-Reply-To: <3557908.R56niFO833@minbar> From: Jonathan Wakely Date: Wed, 15 Feb 2023 23:16:30 +0000 Message-ID: Subject: Re: [PATCH 5/7] libstdc++: printf format string fix in testsuite To: Matthias Kretz 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" X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,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 Wed, 15 Feb 2023 at 20:52, Matthias Kretz via Libstdc++ wrote: > > > > Signed-off-by: Matthias Kretz > > libstdc++-v3/ChangeLog: > > * testsuite/experimental/simd/tests/bits/verify.h > (verify::verify): Use %zx for size_t in format string. > --- > libstdc++-v3/testsuite/experimental/simd/tests/bits/verify.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I think this one would be OK to commit without approval, as "obvious". OK for all relevant branches anyway.