public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/27832]  New: texi2pod issues
@ 2006-05-31  9:33 jakub at gcc dot gnu dot org
  2006-08-25  4:53 ` [Bug other/27832] " pinskia at gcc dot gnu dot org
  2006-09-03  5:34 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-05-31  9:33 UTC (permalink / raw)
  To: gcc-bugs

The generated gcc.1 man page contais a couple of weird texinfo artefacts,
I suppose the problem is in texi2pod.pl in most cases, but am not 100% sure.
1) @anchor{something} doesn't seem to be handled and makes it all the way
   through into the man page (should it be just nuked for the man page?)
   E.g. in:
       -Wtrigraphs
           @anchor{Wtrigraphs} Most trigraphs in comments cannot affect the
meaning of the program.  However, a
2) @pxref{something} makes it all the way through into the man page too
   E.g. in:
       -Wno-deprecated-declarations
           Do not warn about uses of functions, variables, and types marked as
deprecated by using the "deprecated"
           attribute.  (@pxref{Function Attributes}, @pxref{Variable
Attributes}, @pxref{Type Attributes}.)
3) @item is only handled at the beginning of line, so we have
            @item max-inline-insns-single
             is set to I<n>/2.
            @item max-inline-insns-auto
             is set to I<n>/2.
            @item min-inline-insns
             is set to 130 or I<n>/4, whichever is smaller.
            @item max-inline-insns-rtl
             is set to I<n>.
   Perhaps this should be solved by removing the spaces in invoke.texi.
4) @samp{@@} in the texi source is transformed weirdly:
@samp{;}, and each switch starts with an @samp{@@} instead of the
@samp{-}, without spaces between multiple switches.  This is supposed to
ease shell-processing.
becomes in gcc.pod:
B<;>, and each switch starts with an B<@} instead of the
@samp{->, without spaces between multiple switches.  This is supposed to
ease shell-processing.


-- 
           Summary: texi2pod issues
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27832


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

* [Bug other/27832] texi2pod issues
  2006-05-31  9:33 [Bug other/27832] New: texi2pod issues jakub at gcc dot gnu dot org
@ 2006-08-25  4:53 ` pinskia at gcc dot gnu dot org
  2006-09-03  5:34 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-25  4:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-25 04:52 -------
*** Bug 28842 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adam dot buchbinder at gmail
                   |                            |dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27832


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

* [Bug other/27832] texi2pod issues
  2006-05-31  9:33 [Bug other/27832] New: texi2pod issues jakub at gcc dot gnu dot org
  2006-08-25  4:53 ` [Bug other/27832] " pinskia at gcc dot gnu dot org
@ 2006-09-03  5:34 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-03  5:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-09-03 05:34 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-03 05:34:47
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27832


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

end of thread, other threads:[~2006-09-03  5:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-31  9:33 [Bug other/27832] New: texi2pod issues jakub at gcc dot gnu dot org
2006-08-25  4:53 ` [Bug other/27832] " pinskia at gcc dot gnu dot org
2006-09-03  5:34 ` pinskia at gcc dot gnu dot 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).