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 37D403844044; Mon, 26 Apr 2021 19:32:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 37D403844044 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: DX11G2SzO9yxVQSaNBtVr9uLET48Q82z1Disn21hHFgFN+FdGJUyZzoiQiH4wJINrsuE1TDMc+ qwni+v8mXZFpBvQ4HIHHaI/ujDXPZMv+6tn6sxuLBBtG9NkZwo+ghUGZIkkKsC9OKdqCMK53cm piGsXBrQ5B6XIJdAqRjXwE+hUIG2w7eh/+qgd0O4V/eDD5/U4MAkmWrxvw4412uBIc1y5woF47 xhvfVG0yfsZNw490QQPHUauxzYOv5F5QYKlV+Qf4LD28Qk279hVS+Q1W0vidFG1gjGtXyANdkk fPA= X-IronPort-AV: E=Sophos;i="5.82,252,1613462400"; d="scan'208";a="60519425" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 26 Apr 2021 11:32:08 -0800 IronPort-SDR: uIUgVNmM25PVIEb1FPJTaTY63kELfMdFEzq9onEDhsTeBPMVVoQswwGcxeYOBGHUsag6Aml/ql NDPr1hV1b9d/xhGX02CCm+GEOr5lFtEiEYVlhrtLnqq8pOllbNgKVVq/xFG0/9OZV6S/XX++7M OwVLkkpGQCWfEnZSW93FiVGtu8/BUv1Pyc9VowZYdMTTVX2ujjIM4JU0A+u46n1fGja3V4EJgq qvZTXy8jlIHBVBJz19gOytaqHEyoPkJuw3Aj7JsTu9/uc2Ax8FbVzzEB+EtCg9ttt6/llb8QAf e3I= Date: Mon, 26 Apr 2021 19:32:02 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Nick Clifton CC: , , Binutils Subject: Re: RFC: Changing AC_PROG_CC to AC_PROG_CC_C99 in top level configure In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-06.mgc.mentorg.com (139.181.222.6) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3121.8 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2021 19:32:13 -0000 On Mon, 26 Apr 2021, Nick Clifton via Gcc-patches wrote: > Hi Guys, > > Given that gcc, gdb and now binutils are all now requiring C99 as a > minimum version of C, are there any objections to updating > configure.ac to reflect this ? This isn't an objection, since upgrading auto* for the toolchain can be complicated, but note that AC_PROG_CC_C99 is obsolete in Autoconf 2.70 and instead AC_PROG_CC enables C11 mode if supported. (So moving to the latest Autoconf and Automake releases would supersede this change.) -- Joseph S. Myers joseph@codesourcery.com