From 7145c4b7c59921d0ebce3578c3bd11e85ecebaa5 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Mon, 16 Nov 2015 20:19:59 -0500 Subject: [PATCH] re PR other/65129 (gcc manual index entry of __builtin_assume_aligned) 2015-11-16 Sandra Loosemore PR 65129 * doc/extend.texi (__builtin_assume_aligned): Fix formatting of return value. From-SVN: r230451 --- gcc/ChangeLog | 6 ++++++ gcc/doc/extend.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4a130be8b9..c7927036bfc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-11-16 Sandra Loosemore + + PR 65129 + * doc/extend.texi (__builtin_assume_aligned): Fix formatting of + return value. + 2015-11-16 Michael Meissner * config/rs6000/vsx.md (VSX_L): Do not include IBM extended double diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f5c2fdf32dd..4db84ee6e6f 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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, -- 2.30.2