From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id EEEB33858D1E for ; Thu, 3 Aug 2023 17:29:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EEEB33858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.01,252,1684828800"; d="scan'208";a="15120464" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 03 Aug 2023 09:29:29 -0800 IronPort-SDR: 28e5OYgqzJmgdLA+OFauGTcFvNUNSbQA+eDdGMDzc6e+kaKMXkfPOk0ZRPuxLbIjRE6V0dediX uF6CJCoJ/RFfZhXwuKjFXBkeWMLq/iNnxMSEAdLUgUEXEFZTBoE876zB+QzaXBEmHaMX9aG8kB BISaICMWsbkYTmuFvLJ7DK/Y6MStBSEyX2/XQRkdz4e4Ir6tLcBXp9OL4iumzTF10JNIm9/eeM GpWDITQypcUIGRO0qe+ukPmd0Frbq3+Li51W7H5iY9MZKqkMlXLk0Aa69hjU9oXezSPMu+Nr07 zY8= Date: Thu, 3 Aug 2023 17:29:24 +0000 From: Joseph Myers To: Qing Zhao CC: , Subject: Re: [PATCH] Add documentation for -Wflex-array-member-not-at-end. In-Reply-To: <20230803163117.1016079-1-qing.zhao@oracle.com> Message-ID: References: <20230803163117.1016079-1-qing.zhao@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3105.1 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 Thu, 3 Aug 2023, Qing Zhao via Gcc-patches wrote: > +@opindex Wflex-array-member-not-at-end > +@opindex Wno-flex-array-member-not-at-end > +@item -Wflex-array-member-not-at-end I'd expect this to have @r{(C and C++ only)} to indicate what languages the option applies to. OK with that change. -- Joseph S. Myers joseph@codesourcery.com