diff mbox

[AVR] : Fix PR56263

Message ID 20130312132750.GO12913@tucnak.redhat.com
State New
Headers show

Commit Message

Jakub Jelinek March 12, 2013, 1:27 p.m. UTC
On Mon, Mar 11, 2013 at 07:03:14PM +0100, Georg-Johann Lay wrote:
> 	PR target/56263
> 	* doc/invoke.texi (AVR Options): Document it.

This change broke building of info doc everywhere:

../../gcc/doc//invoke.texi:11652: @item found outside of an insertion block.
makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to preserve.
make: *** [doc/gcc.info] Error 1

Fixed thusly, committed as obvious.

2013-03-12  Jakub Jelinek  <jakub@redhat.com>

	* doc/invoke.texi (-Waddr-space-convert): Move into the table earlier.



	Jakub
diff mbox

Patch

--- gcc/doc/invoke.texi	(revision 196613)
+++ gcc/doc/invoke.texi	(working copy)
@@ -11632,6 +11632,11 @@  sbiw r26, const   ; X -= const
 @item -mtiny-stack
 @opindex mtiny-stack
 Only change the lower 8@tie{}bits of the stack pointer.
+
+@item -Waddr-space-convert
+@opindex Waddr-space-convert
+Warn about conversions between address spaces in the case where the
+resulting address space is not contained in the incoming address space.
 @end table
 
 @subsubsection @code{EIND} and Devices with more than 128 Ki Bytes of Flash
@@ -11649,11 +11654,6 @@  when @code{EICALL} or @code{EIJMP} instr
 Indirect jumps and calls on these devices are handled as follows by
 the compiler and are subject to some limitations:
 
-@item -Waddr-space-convert
-@opindex Waddr-space-convert
-Warn about conversions between address spaces in the case where the
-resulting address space is not contained in the incoming address space.
-
 @itemize @bullet
 
 @item