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 E1BB03858CD1 for ; Mon, 31 Jul 2023 16:28:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E1BB03858CD1 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,244,1684828800"; d="scan'208";a="14902131" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 31 Jul 2023 08:28:24 -0800 IronPort-SDR: iYI4/M8uWKeyYXfAMAUwSvBNcdRtBeoyFWihtDp/0Y6nQyTMVEE+cCwSvf1G2cF7bi/n7jqhVZ NhYCUgd7CWaJr4Ntt91jzlmXtZ+pF6h/OBY70uDAPa93RBxeXQJVoBg3wMTgS0xkLTAguPjCwc v9PD7/kwg8w7Oe5ClDIjAaLFnpF4vMbiDQChRqT8od4wXkq4CoFO7O5qZaXDoTjPEUPCQdP6Hn L57XlpBSrJkewpP7hCkMPMBbwxY8FAkczrrNIMYk+l2l9Jq76Bu0EkkOhV+lHlx1/seFgCl+Qh XL8= Date: Mon, 31 Jul 2023 16:28:20 +0000 From: Joseph Myers To: Martin Uecker CC: Subject: Re: [PING 3] [PATCH] Less warnings for parameters declared as arrays [PR98541, PR98536] In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3105.2 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, 31 Jul 2023, Martin Uecker via Gcc-patches wrote: > Joseph, I would appreciate if you could take a look at this? > > This fixes the remaining issues which requires me to turn the > warnings off with -Wno-vla-parameter and -Wno-nonnull in my > projects. The front-end changes are OK. -- Joseph S. Myers joseph@codesourcery.com