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 9BF903858C31 for ; Wed, 15 Feb 2023 23:16:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9BF903858C31 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=1676503007; 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=PgieqeDTGf1kcPefX/jVlm2CRxUqdxibVIspiRErSQsfCjkIi89wpoi46XIUnP1BgksRfh LvxuquKvDWVvKixXQSvWMU3TAunMaBIEDf2Rgx8g4LrF/FZU/c0/ZKKqJA4WpjHfGAfVUG PHc8qr7kGWDPVmTxN+Gf36znGhMTjCs= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-464-ZvyMwJU0Ni2fufVOlPlSKw-1; Wed, 15 Feb 2023 18:16:45 -0500 X-MC-Unique: ZvyMwJU0Ni2fufVOlPlSKw-1 Received: by mail-lf1-f71.google.com with SMTP id bp18-20020a056512159200b004b59c4fb76bso160785lfb.2 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=EcU7SGpYHw1zBQM2AtV9d5KNI+hywBVmdQoCQE6semNKic22k8PjQ9JFzrzLZMC+D2 D/H2t6BAWXkFvjCVTlYze+MNGxnRtzCYoPeG//aaBrTqyniGg2q5iDnPSkGB/pPMlAO8 dhax4hwrbtuwSCbWgJR3/frJfX7j6JLHEhtmtQM7N0Uchd55ssYmoxyb1lQVrvi8HtTd sVDuRw7x+E4oJ6AYjYqT/tyKH5dM+vkDk/uEmMECg5IYi/n0U2AUOe60qfskJbVSbJa1 1YskyNVFnHAQlDPkbrfPf3RNiW99ReCjch2ZspGS/LggOYL7Zt953RJitITR19mlV/FI 1gag== X-Gm-Message-State: AO0yUKUjeySi2pxALdcH+FSGcjg+jqUJqvXSmyeYsAwGqizFEfUm8kxT JxnCDqRxPxJSaTMlkow5h+aSEbheFSXUn8t095DB/eZj5GtE8HOUXFndapE7iIgP4veo57aTsfd vm4h3aaua5IlfdK0EWU/vyPDa6EcJeeE= X-Received: by 2002:ac2:5dca:0:b0:4db:3ab7:79ca with SMTP id x10-20020ac25dca000000b004db3ab779camr1068232lfq.8.1676503003090; 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=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 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.