Bug 33321 - gcc manpage contains "@option<-Wstrict-overflow=1>"
Summary: gcc manpage contains "@option<-Wstrict-overflow=1>"
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: documentation
Depends on:
Blocks:
 
Reported: 2007-09-06 09:39 UTC by Tobias Burnus
Modified: 2007-09-07 10:47 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Burnus 2007-09-06 09:39:29 UTC
I don't know how it should look like, but the following looks very strange in the manpage:

@option<-Wstrict-overflow=1>

invoke.texi contains:

@table @option
@item -Wstrict-overflow=1
...
Comment 1 jsm-csl@polyomino.org.uk 2007-09-06 10:40:40 UTC
Subject: Re:   New: gcc manpage contains
 "@option<-Wstrict-overflow=1>"

On Thu, 6 Sep 2007, burnus at gcc dot gnu dot org wrote:

> invoke.texi contains:
> 
> @table @option
> @item -Wstrict-overflow=1

It should use "@table @gcctabopt" instead of "@table @option" (whether 
this fixes this problem, I don't know).

Comment 2 Tobias Burnus 2007-09-07 10:46:00 UTC
Subject: Bug 33321

Author: burnus
Date: Fri Sep  7 10:45:50 2007
New Revision: 128237

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128237
Log:
2007-09-07  Tobias Burnus  <burnus@net-b.de>

	PR middle-end/33321
	* doc/invoke.texi: Fix -Wstrict-overflow= table.


Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/doc/invoke.texi

Comment 3 Tobias Burnus 2007-09-07 10:46:59 UTC
Subject: Bug 33321

Author: burnus
Date: Fri Sep  7 10:46:49 2007
New Revision: 128238

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128238
Log:
2007-09-07  Tobias Burnus  <burnus@net-b.de>

	PR middle-end/33321
	* doc/invoke.texi: Fix -Wstrict-overflow= table.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/invoke.texi

Comment 4 Tobias Burnus 2007-09-07 10:47:25 UTC
FIXED.