From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 9F1DD3858D33 for ; Tue, 21 Nov 2023 23:43:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9F1DD3858D33 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 9F1DD3858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=68.232.137.180 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700610235; cv=none; b=rpGtQ0QyZEiZ5bv4i01bWjpxnEWQ68IMv8UetS62+nV+S6GUmyCX4IylGqrjunKaREMiaLu+jtvpSKgdY8WbcbgCLa3fdCoB7Cn+RXgCAtVBn/DNEA3rNBBfJ+qPP6AQE2lYqwJg7HTK9ZEErIxzwSSJH22pN4rJm0hJjFbMlfM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700610235; c=relaxed/simple; bh=w53fUbnrtY9fnjyirH6Wh97rQXM1gAxR+wq6zPm7N7s=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=B3yiSOaRUD2Az+3EmH7SIgYXLiWzy6dKH1FHJlq9xa634ZV8tUoQSNjRAeS4dxgDQ2EqsQ5jMLhj0xaY5rhHUc4V9w9hJQk7isC9ONvSpIP7LF2A5rk8rnufW4yPhZ9EKJvRgcywRYNZvg+Y4/ShjgLoIQyPpkRuVQUbp49d2Tw= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: 50GB3BjDRiWtpkDgw3dakA== X-CSE-MsgGUID: NVRSJQ2nSgu8kMmr/3Vk5w== X-IronPort-AV: E=Sophos;i="6.04,217,1695715200"; d="scan'208";a="23394598" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 21 Nov 2023 15:43:51 -0800 IronPort-SDR: 2dz4J03YJkuhptOdyTZaiGOzBOQZe2Ji0oy8Dr6uIHaFwkbBw/RogG/wyl7fF1+ylbGhaXZXqH fqPjk35uZZOo0/F60DUO9pEzD0FT8YyZ8synXVQ0WAPtwA8/KVwcQe+0vY//Xkshd61n14p5ec cUS08hhzUGeUmr3flVKZNdoQJxGUaQlcXBL2lOSyxX+QBxuZODRIzpxCr8U5qGLWf2g4HB9Lvq 1hCeMnK2f+iQSmyhkx4hZT3f0/kzgxe2Jv83nzkY9iDyYDUuCOzqRSelugeTuepPR4OKQOmAWD xpQ= Date: Tue, 21 Nov 2023 23:43:47 +0000 From: Joseph Myers To: Tobias Burnus CC: David Malcolm , gcc-patches Subject: Re: [PATCH 0/4] v2 of Option handling: add documentation URLs In-Reply-To: <6114f586-c61f-4695-bf3e-106b98c9fe20@codesourcery.com> Message-ID: <419f3147-fdb3-fcda-fcaf-23b08e2ca872@codesourcery.com> References: <9e5d6710-84e-15b9-d955-5381a6dc18a9@codesourcery.com> <20231116142858.3996740-1-dmalcolm@redhat.com> <20231121010937.848E320433@pchp3.se.axis.com> <06599eb5c08f8461ec77d7f032e6968558ce1d90.camel@redhat.com> <6114f586-c61f-4695-bf3e-106b98c9fe20@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3103.1 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_SHORT,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 Tue, 21 Nov 2023, Tobias Burnus wrote: > On 21.11.23 14:57, David Malcolm wrote: > > On Tue, 2023-11-21 at 02:09 +0100, Hans-Peter Nilsson wrote: > > > Sorry for barging in though I did try finding the relevant > > > discussion, but is committing this generated stuff necessary? > > > Is it because we don't want to depend on Python being > > > present at build time? > > Partly, yes, [...] > > I wonder how to ensure that this remains up to date. Should there be an > item at > > https://gcc.gnu.org/branching.html and/or > https://gcc.gnu.org/releasing.html similar to the .pot generation? My suggestion earlier in the discussion was that it should be added to the post-commit CI discussed starting at (I think that CI is now in operation). These are generated files that ought to be kept up to date with each commit that affects .opt files, unlike the .pot files where the expectation is that they should be up to date for releases and updated from time to time at other times for submission to the TP. -- Joseph S. Myers joseph@codesourcery.com