From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from albireo.enyo.de (albireo.enyo.de [37.24.231.21]) by sourceware.org (Postfix) with ESMTPS id BC0E93858D37 for ; Sat, 21 Jan 2023 12:34:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BC0E93858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=deneb.enyo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=deneb.enyo.de Received: from [172.17.203.2] (port=48685 helo=deneb.enyo.de) by albireo.enyo.de ([172.17.140.2]) with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) id 1pJD4N-00426B-Lj; Sat, 21 Jan 2023 12:34:03 +0000 Received: from fw by deneb.enyo.de with local (Exim 4.94.2) (envelope-from ) id 1pJCEt-000CLV-DL; Sat, 21 Jan 2023 12:40:51 +0100 From: Florian Weimer To: Andreas Schwab via Libc-alpha Cc: Andreas Schwab Subject: Re: [PATCH] Account for grouping in printf width (bug 23432) References: Date: Sat, 21 Jan 2023 12:40:51 +0100 In-Reply-To: (Andreas Schwab via Libc-alpha's message of "Thu, 19 Jan 2023 12:50:20 +0100") Message-ID: <87pmb8ktdo.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,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: * Andreas Schwab via Libc-alpha: > diff --git a/stdio-common/Makefile b/stdio-common/Makefile > index 6e9d104524..b46d932a20 100644 > --- a/stdio-common/Makefile > +++ b/stdio-common/Makefile > @@ -195,6 +195,7 @@ tests := \ > tst-gets \ > tst-grouping \ > tst-grouping2 \ > + tst-grouping3 \ > tst-long-dbl-fphex \ > tst-memstream-string \ > tst-obprintf \ Missing $(gen-locales) dependency. The change itself seems okay, it seems to align with POSIX. Not sure if this is still possibly to apply during the freeze.