public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/107966] New: [10/11/12/13 Regression] option property Var(var) documentation seems cut off
@ 2022-12-04 20:25 pinskia at gcc dot gnu.org
  2022-12-04 20:26 ` [Bug middle-end/107966] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-12-04 20:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107966

            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 macro
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 WarnRemoved
(in r10-3083-g68a57628f482c7).


r9-3637-g86f36311bccb0f tried to fix the issue by moving Var(var,set) around
but messed it up still.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/107966] [10/11/12/13 Regression] option property Var(var) documentation seems cut off
  2022-12-04 20:25 [Bug middle-end/107966] New: [10/11/12/13 Regression] option property Var(var) documentation seems cut off pinskia at gcc dot gnu.org
@ 2022-12-04 20:26 ` pinskia at gcc dot gnu.org
  2022-12-05 14:29 ` marxin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-12-04 20:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107966

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |10.5

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/107966] [10/11/12/13 Regression] option property Var(var) documentation seems cut off
  2022-12-04 20:25 [Bug middle-end/107966] New: [10/11/12/13 Regression] option property Var(var) documentation seems cut off pinskia at gcc dot gnu.org
  2022-12-04 20:26 ` [Bug middle-end/107966] " pinskia at gcc dot gnu.org
@ 2022-12-05 14:29 ` marxin at gcc dot gnu.org
  2022-12-21 11:01 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-12-05 14:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107966

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2022-12-05
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Lemme address this.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/107966] [10/11/12/13 Regression] option property Var(var) documentation seems cut off
  2022-12-04 20:25 [Bug middle-end/107966] New: [10/11/12/13 Regression] option property Var(var) documentation seems cut off pinskia at gcc dot gnu.org
  2022-12-04 20:26 ` [Bug middle-end/107966] " pinskia at gcc dot gnu.org
  2022-12-05 14:29 ` marxin at gcc dot gnu.org
@ 2022-12-21 11:01 ` rguenth at gcc dot gnu.org
  2022-12-28  9:19 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-12-21 11:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107966

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |internal-improvement
           Priority|P3                          |P4

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/107966] [10/11/12/13 Regression] option property Var(var) documentation seems cut off
  2022-12-04 20:25 [Bug middle-end/107966] New: [10/11/12/13 Regression] option property Var(var) documentation seems cut off pinskia at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-12-21 11:01 ` rguenth at gcc dot gnu.org
@ 2022-12-28  9:19 ` marxin at gcc dot gnu.org
  2023-01-06 12:05 ` cvs-commit at gcc dot gnu.org
  2023-01-06 12:07 ` marxin at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-12-28  9:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107966

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Patch candidate:
https://gcc.gnu.org/pipermail/gcc-patches/2022-December/609223.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/107966] [10/11/12/13 Regression] option property Var(var) documentation seems cut off
  2022-12-04 20:25 [Bug middle-end/107966] New: [10/11/12/13 Regression] option property Var(var) documentation seems cut off pinskia at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-12-28  9:19 ` marxin at gcc dot gnu.org
@ 2023-01-06 12:05 ` cvs-commit at gcc dot gnu.org
  2023-01-06 12:07 ` marxin at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-01-06 12:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107966

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:17176326de45cc7de4f8cedf4414b40df0df39bb

commit r13-5045-g17176326de45cc7de4f8cedf4414b40df0df39bb
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Dec 28 10:16:58 2022 +0100

    docs: fix Var documentation for .opt files

    The Var documentation was somehow wrongly split into 2 pieces.

            PR middle-end/107966

    gcc/ChangeLog:

            * doc/options.texi: Fix Var documentation in internal manual.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/107966] [10/11/12/13 Regression] option property Var(var) documentation seems cut off
  2022-12-04 20:25 [Bug middle-end/107966] New: [10/11/12/13 Regression] option property Var(var) documentation seems cut off pinskia at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2023-01-06 12:05 ` cvs-commit at gcc dot gnu.org
@ 2023-01-06 12:07 ` marxin at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: marxin at gcc dot gnu.org @ 2023-01-06 12:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107966

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Improved, not planning to do a backport.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-06 12:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-04 20:25 [Bug middle-end/107966] New: [10/11/12/13 Regression] option property Var(var) documentation seems cut off pinskia at gcc dot gnu.org
2022-12-04 20:26 ` [Bug middle-end/107966] " pinskia at gcc dot gnu.org
2022-12-05 14:29 ` marxin at gcc dot gnu.org
2022-12-21 11:01 ` rguenth at gcc dot gnu.org
2022-12-28  9:19 ` marxin at gcc dot gnu.org
2023-01-06 12:05 ` cvs-commit at gcc dot gnu.org
2023-01-06 12:07 ` marxin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).