From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id E57273858D1E for ; Wed, 4 Jan 2023 09:57:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E57273858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 7D59233ECE; Wed, 4 Jan 2023 04:57:44 -0500 (EST) Received: from naga.localdomain (62-47-241-209.adsl.highway.telekom.at [62.47.241.209]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id C6DDD33EEC; Wed, 4 Jan 2023 04:57:43 -0500 (EST) Date: Wed, 4 Jan 2023 10:57:40 +0100 (CET) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Martin_Li=A8ka?= cc: gcc-patches@gcc.gnu.org, Andrew Pinski Subject: Re: [PATCH] docs: fix Var documentation for .opt files In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323328-250581611-1672826262=:5651" X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-250581611-1672826262=:5651 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Wed, 28 Dec 2022, Martin Liška wrote: > The Var documentation was somehow wrongly split into 2 pieces. > > PR middle-end/107966 And on top of that those two bits you are merging were not sorted in alphabetically - which your patch also addresses. :-) > gcc/ChangeLog: > > * doc/options.texi: Fix Var documentation in internal manual. Looks good to me; thank you! Gerald --8323328-250581611-1672826262=:5651--