public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Backport r148451 invoke.texi fix to 4.4 branch
@ 2009-10-21 16:03 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2009-10-21 16:03 UTC (permalink / raw)
  To: gcc-patches

Hi!

gcc.1 and g++.1 contain POD ERRORS section at the end, fixed by this
backport from the trunk.

2009-10-21  Jakub Jelinek  <jakub@redhat.com>

	Backport from mainline:
	2009-06-13  Joerg Sonnenberger  <joerg@britannica.bec.de>

	* doc/invoke.texi: Add missing option -Wp,OPTION in list,
	fix index entry for -Xpreprocessor.

--- gcc/doc/invoke.texi	(revision 153061)
+++ gcc/doc/invoke.texi	(working copy)
@@ -7817,6 +7817,7 @@ they cause the preprocessor output to be
 compilation.
 
 @table @gcctabopt
+@item -Wp,@var{option}
 @opindex Wp
 You can use @option{-Wp,@var{option}} to bypass the compiler driver
 and pass @var{option} directly through to the preprocessor.  If
@@ -7829,7 +7830,7 @@ you should avoid using @option{-Wp} and 
 options instead.
 
 @item -Xpreprocessor @var{option}
-@opindex preprocessor
+@opindex Xpreprocessor
 Pass @var{option} as an option to the preprocessor.  You can use this to
 supply system-specific preprocessor options which GCC does not know how to
 recognize.

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-21 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-21 16:03 [committed] Backport r148451 invoke.texi fix to 4.4 branch Jakub Jelinek

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).