From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [80.241.56.152]) by sourceware.org (Postfix) with ESMTPS id BA7393858D1E for ; Fri, 10 Mar 2023 12:49:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BA7393858D1E Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4PY5VK1PbBz9sWN; Fri, 10 Mar 2023 13:49:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1678452586; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=EEu6y3hZDS03r7SWG1NKJJ78DYur6IoY4YwBPkCe1sA=; b=yo4h7BzJO2EtchuFCsYI/+oLflpedmw12zJ07Q/pnzDuWUIqRNoAibgxi6q9KEKXLbMmnx UElXll9cmfs5gG16VE1C3PGUBwN0mZ0VVHjFUK0/5cKUIBhdp8RdxKOO4S/qT6CxKtDjdb bYLKdlzkU1HjeoyWivK4iyLg2l390SQu4JOzNk4PyjIP2szW6FDT0qxD8Wk6F5m6zEvtZQ bD9AgI8n+XZ2jFODZj2BFBn4fU+D8VfgUlun6dNraXm58GbgNjWjn/VEdbdkMrzmRMjfTb 2WMtTI0LpQ3papUNqdl37FSH5XS70M3js/t1GUPacsIhdWTcYzjnQ6T0pY2WBw== References: <20230223102714.3606058-1-arsen@aarsen.me> <20230223102714.3606058-5-arsen@aarsen.me> <26dbe30b-455d-2e01-80b9-436175c2e179@codesourcery.com> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: Sandra Loosemore Cc: gcc-patches@gcc.gnu.org, Gerald Pfeifer , Joseph Myers Subject: Re: [PATCH v2 4/5] Update texinfo.tex, remove the @gol macro/alias Date: Fri, 10 Mar 2023 13:48:47 +0100 In-reply-to: <26dbe30b-455d-2e01-80b9-436175c2e179@codesourcery.com> Message-ID: <86fsac6aah.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,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: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Morning, Sandra Loosemore writes: > On 2/23/23 03:27, Arsen Arsenovi=C4=87 via Gcc-patches wrote: >> The @gol macro appears to have existed as a workaround for a bug in old >> versions of makeinfo and/or texinfo.tex, where they would, in some types >> of output, fail to emit line breaks in @gccoptlists. After updating >> texinfo.tex, I noticed that this behavior appears to no longer be >> exhibited, instead, both acted correctly and inserted newlines. The >> (groff) manual output also appears unaffected. >> gcc/ChangeLog: >> * doc/include/texinfo.tex: Update to 2023-01-17.19. >> * doc/implement-c.texi: Remove usage of @gol. >> * doc/invoke.texi: Ditto. >> * doc/sourcebuild.texi: Ditto. >> * doc/include/gcc-common.texi: Remove @gol. In new Makeinfo and >> texinfo.tex versions, the bug it was working around appears to >> be gone. >> gcc/fortran/ChangeLog: >> * invoke.texi: Remove usages of @gol. >> * intrinsic.texi: Ditto. > > This is OK, but I'd like to see this patch split into two separate commit= s as > well -- one for the texinfo.tex import, and one for the @gol changes. Sure thing. I'll send the updated git log in a few hours, when I split the commits, for your review (for both of the commits). Thanks, have a great day. > -Sandra =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZAsnZl8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTc38BAI5eOrXVomBE6MRLayrGO/j16V5PArThTcag Rg1zhGWnAP91Khn6/UYvB0N1vGVzxttsgYycUejtbx7uO5BHHOsUAA== =BfDO -----END PGP SIGNATURE----- --=-=-=--