From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7756B395A44B; Wed, 16 Nov 2022 13:42:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7756B395A44B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668606125; bh=kPcNPp2gXMoTKECrU6LSyw+I0mviYSRnFniHPpTpn3k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PFWnz/6GguIqpD09EGXmb/1cHc8ppNgHcjhStKDN2Mpl9j4X0IqwaTG0xKR+1O9Z6 VUxw4I6tdD1bb0XtfBFknkgItwnA1iAlOzJd4iLENCvAGSKdMaolzTJrwpCdhabEJl ryXv2u41rJvfq2rYduNZkfArf/5vIYn84+7PYu3g= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107676] Nonsensical docs for -mrelax-cmpxchg-loop Date: Wed, 16 Nov 2022 13:42:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107676 --- Comment #7 from CVS Commits --- The master branch has been updated by Alexander Monakov : https://gcc.gnu.org/g:85966f0d20baf50a767ac1110f537395441604a9 commit r13-4094-g85966f0d20baf50a767ac1110f537395441604a9 Author: Alexander Monakov Date: Wed Nov 16 16:33:11 2022 +0300 doc: fix description of -mrelax-cmpxchg-loop [PR 107676] gcc/ChangeLog: PR target/107676 * doc/invoke.texi (-mrelax-cmpxchg-loop): Reword description.=