From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 44D6A3858D20 for ; Thu, 14 Dec 2023 20:53:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 44D6A3858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 44D6A3858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=68.232.129.153 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702587231; cv=none; b=iloyp/Gy1PVQBhY9q4MUixAFQqKKPgTzTu+PCvOeg8yw8HEs8rNJWiD0GIxlZd9dPjxeRkq3pFXgYMUwtVRydRcZem0VREnrsxRiUk6pvqWJS1CfqB0xi4dYtFZP9h0AIS7Bf5709scnL1a319ZJlp080G+n/BuMeTIHHntWcug= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702587231; c=relaxed/simple; bh=mkMJRzWFl21grL+2vGPq1N5fKUVhT36M399ehyWAIj4=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=YI4JqwKyWNoFlncboX6pgDm8rgRlYegfZTWsvo5GIlVEm9TBS4hKmQj736AoiTGBnm+ys4jgOXhoLSKsXUdEE2dt3MKuFBdbLKDsgyj9vSD4VPfjk1H6Yijsn0rUE3XuGcTHH5fWRGE/3VSbt+S+14b10QI2GOUdN3tK2pW4Y9Q= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: XlU5ERPsQB6exCDAD6SWfQ== X-CSE-MsgGUID: PVZsw+U5SK2igTbsz5m8Sw== X-IronPort-AV: E=Sophos;i="6.04,276,1695715200"; d="scan'208";a="28606748" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 14 Dec 2023 12:53:49 -0800 IronPort-SDR: jnZqg4PRiJDRbn2hUc21zUaAzRGtvzy/j+75XUO6NgPwF6vI515LW1lMCNGb3YAKiHGmsbA5vA ozi7eCWuZkU/WxuG76+ivayAeb8RbGSeas4HFuLmbdJ7Y47i9WdDa3/P6j7nZXBv1C0oL84bFx XofPbWVABJIc+8+Pr6vI9BMbK05eT1O+SXqLbqGPLNEZpZ9TdqNfDwyRbIes3GqMBBc9YgL92n ZPvwuFcS73XgF86C0qTMePYx3BCFE+FybhO4TurnxNPatdb5E43qyzZ2oroc/ts/VqumIIdjfk nGw= Date: Thu, 14 Dec 2023 20:53:44 +0000 From: Joseph Myers To: Martin Uecker CC: Subject: Re: [V4] [C PATCH 1/4] c23: tag compatibility rules for struct and unions In-Reply-To: <85008511e64113eaf86afa8b546ed55fd3620177.camel@tugraz.at> Message-ID: <31741e27-d6b6-1e83-6b59-3584e314973@codesourcery.com> References: <02a9b94e4d653b6f1b9f89a1b62187f46e871738.camel@tugraz.at> <85008511e64113eaf86afa8b546ed55fd3620177.camel@tugraz.at> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-14.mgc.mentorg.com (139.181.222.14) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3102.7 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no 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 Mon, 27 Nov 2023, Martin Uecker wrote: > Note that there is an additional change in parser_xref_tag > to address the issue regarding completeness in redefinition > which affects also structs / unions. The test c23-tag-6.c > was changed accordingly. > > > c23: tag compatibility rules for struct and unions > > Implement redeclaration and compatibility rules for > structures and unions in C23. This patch is OK. -- Joseph S. Myers joseph@codesourcery.com