From: Sandra Loosemore Date: Tue, 17 Nov 2015 01:19:59 +0000 (-0500) Subject: re PR other/65129 (gcc manual index entry of __builtin_assume_aligned) X-Git-Tag: basepoints/gcc-7~2926 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7145c4b7c59921d0ebce3578c3bd11e85ecebaa5;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4a130be8b98..c7927036bfca 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 f5c2fdf32dd8..4db84ee6e6f5 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,