From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4DA691F45A for ; Tue, 25 Oct 2022 20:16:35 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=clisp.org header.i=@clisp.org header.b="jqVR6RKM"; dkim-atps=neutral Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1onQGd-0005Sh-5i; Tue, 25 Oct 2022 16:11:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1onQGc-0005SX-0s for bug-gnulib@gnu.org; Tue, 25 Oct 2022 16:11:18 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([85.215.255.21]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1onQGY-0002L7-L9 for bug-gnulib@gnu.org; Tue, 25 Oct 2022 16:11:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1666728670; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Cc:Date: From:Subject:Sender; bh=OLYB0T4+BunO4+OqCUsabVOYWlV7FGk2axf7XBu/nEM=; b=jqVR6RKMoZP0n18xZs6fWNiDJWmgFYBxsVBVjFGlNwUlkJkPABEelZxvopFppS0TEU gfab9st9tnbMGI0/3yZwPe9nkGecZrV+e+xbF+57FgZCA/ONoqL1UYtQJQBbIQtq0nbf RxxhDIEl5wD1lhUZrb7xyLHVOAylvL+HNutntA7MrA6JnN60t9HMNZlK/8q0cGZwC3t4 /tB3+C9AmFu7wlpofal1f600VI60HABWQctO6r2hyB97l05LsSEJJkubCE9h4GNwzF/z JC7jhXYavxmYvynSamykT8CPYfWcoDdZlUAWHYjjOsTWDd2lHwSEWgfrcJ3pm91+izNL G4gg== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH0WWb0LN8XZoH94zq68+3cfpPD1fMxyu++nCkLWGFLyUVNPawepQ==" X-RZG-CLASS-ID: mo00 Received: from nimes.localnet by smtp.strato.de (RZmta 48.2.1 AUTH) with ESMTPSA id v9c7e6y9PKBAAYU (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Tue, 25 Oct 2022 22:11:10 +0200 (CEST) From: Bruno Haible To: noloader@gmail.com, Paul Eggert Cc: bug-gnulib@gnu.org Subject: Re: assert-h: Make static_assert work on Solaris 11.4 Date: Tue, 25 Oct 2022 22:11:09 +0200 Message-ID: <6616587.hy9JHpt1j4@nimes> In-Reply-To: <780a1582-5d93-d7e5-c12c-7bef8654a0d6@cs.ucla.edu> References: <34013532.ATrlOLLGV9@nimes> <780a1582-5d93-d7e5-c12c-7bef8654a0d6@cs.ucla.edu> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Received-SPF: none client-ip=85.215.255.21; envelope-from=bruno@clisp.org; helo=mo4-p00-ob.smtp.rzone.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "bug-gnulib" Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Paul Eggert wrote: > > Re: the ellipses. From > > https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2264r3.html, > > Section 8: >=20 > Thanks. Although that sort of explains things, it doesn't explain why=20 > the latest draft uses ellipses only when NDEBUG is defined. Shouldn't=20 > ellipses also be used when NDEBUG is not defined? That's exactly what the standard says in =A7 7.2.(2): The assert macro shall be implemented as a macro with an ellipsis paramet= er, not as an actual function. Bruno