This patch removes a menu entry that points to an undefined node in the documentation. The faulty entry has been introduced with git commit id 3aabc45f2, subversion id 138bc75d-0d04-0410-96. It looks like the entry is a remnant of an earlier version of the documentation introduced with that change.
Ciao Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany
gcc/ChangeLog * doc/extend.texi: Remove reference to undefined node.
>From 55b9c29f73d8da1881ce5a3f65d0c7f40623e161 Mon Sep 17 00:00:00 2001 From: Dominik Vogt <v...@linux.vnet.ibm.com> Date: Wed, 26 Aug 2015 10:59:29 +0100 Subject: [PATCH] Remove reference to undefined documentation node. --- gcc/doc/extend.texi | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 018b5d8..f5f90e6 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -7245,7 +7245,6 @@ for a C symbol, or to place a C variable in a specific register. @menu * Basic Asm:: Inline assembler without operands. * Extended Asm:: Inline assembler with operands. -* Constraints:: Constraints for @code{asm} operands * Asm Labels:: Specifying the assembler name to use for a C symbol. * Explicit Reg Vars:: Defining variables residing in specified registers. * Size of an asm:: How GCC calculates the size of an @code{asm} block. -- 2.3.0