From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A5E6338432DE; Sun, 4 Dec 2022 20:25:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5E6338432DE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670185550; bh=gbRXLbM2QhRq6syUDdt71mfmluKWpTgjhsatQm5p8EA=; h=From:To:Subject:Date:From; b=xsv3X5uGN+tC2FCO/TwGSp/AzywFAjo0Uw/wGTyaHXEsszZqOKMUdGA5RENhRJGsF rNoXDYvQG1HSbD/hoOWqfvMfTcfdBItj36R8ik9C3zIgNlOtjvQ9ujcH16RWIADRfB JHfecYSnZerw0Koj1OUUQxfUbMIOPuw0pqr+aKV4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107966] New: [10/11/12/13 Regression] option property Var(var) documentation seems cut off Date: Sun, 04 Dec 2022 20:25:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D107966 Bug ID: 107966 Summary: [10/11/12/13 Regression] option property Var(var) documentation seems cut off Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: documentation Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Right now it is listed as: ``` Var(var) The state of this option should be stored in variable var (actually a m= acro for global_options.x_var). The way that the state is stored depends on the = type of option: ``` And then WarnRemoved is next. So the list is now part of Var(var,set) but it has: var is declared in the same way as for the single-argument form described above. r9-1180-g3713f2e213602f introduced Deprecated which was renamed to WarnRemo= ved (in r10-3083-g68a57628f482c7). r9-3637-g86f36311bccb0f tried to fix the issue by moving Var(var,set) around but messed it up still.=