Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 50A211A921F for ; Fri, 1 Jan 2021 16:50:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 967C084D80; Fri, 1 Jan 2021 16:50:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A130C84D74 for ; Fri, 1 Jan 2021 16:50:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xqyxtFwOXmJ8 for ; Fri, 1 Jan 2021 16:50:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 31F5B84D69 for ; Fri, 1 Jan 2021 16:50:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D30DFA9D; Fri, 1 Jan 2021 16:50:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 1 Jan 2021 16:50:48 +0000 From: "Roland Illig" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210101165048.1D30DFA9D@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Fri Jan 1 16:50:47 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh src/usr.bin/xlint/lint1: init.c Added Files: src/tests/usr.bin/xlint/lint1: d_init_pop_member.c d_init_pop_member.exp Log Message: lint: demonstrate bug in handling of nested C9X struct initializers To generate a diff of this commit: cvs rdiff -u -r1.1005 -r1.1006 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.23 -r1.24 src/tests/usr.bin/xlint/lint1/Makefile cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/xlint/lint1/d_init_pop_member.c \ src/tests/usr.bin/xlint/lint1/d_init_pop_member.exp cvs rdiff -u -r1.16 -r1.17 src/tests/usr.bin/xlint/lint1/t_integration.sh cvs rdiff -u -r1.50 -r1.51 src/usr.bin/xlint/lint1/init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.