re PR other/65129 (gcc manual index entry of __builtin_assume_aligned)
authorSandra Loosemore <sandra@codesourcery.com>
Tue, 17 Nov 2015 01:19:59 +0000 (20:19 -0500)
committerSandra Loosemore <sandra@gcc.gnu.org>
Tue, 17 Nov 2015 01:19:59 +0000 (20:19 -0500)
2015-11-16  Sandra Loosemore  <sandra@codesourcery.com>

PR 65129
* doc/extend.texi (__builtin_assume_aligned): Fix formatting of
return value.

From-SVN: r230451

gcc/ChangeLog
gcc/doc/extend.texi

index f4a130b..c792703 100644 (file)
@@ -1,3 +1,9 @@
+2015-11-16  Sandra Loosemore  <sandra@codesourcery.com>
+
+       PR 65129
+       * doc/extend.texi (__builtin_assume_aligned): Fix formatting of
+       return value.
+
 2015-11-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        * config/rs6000/vsx.md (VSX_L): Do not include IBM extended double
index f5c2fdf..4db84ee 100644 (file)
@@ -10907,7 +10907,7 @@ int g (int c)
 
 @end deftypefn
 
-@deftypefn {Built-in Function} void *__builtin_assume_aligned (const void *@var{exp}, size_t @var{align}, ...)
+@deftypefn {Built-in Function} {void *} __builtin_assume_aligned (const void *@var{exp}, size_t @var{align}, ...)
 This function returns its first argument, and allows the compiler
 to assume that the returned pointer is at least @var{align} bytes
 aligned.  This built-in can have either two or three arguments,