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.

Reply via email to