aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2015-11-16 20:19:59 -0500
committerSandra Loosemore <sandra@gcc.gnu.org>2015-11-16 20:19:59 -0500
commit7145c4b7c59921d0ebce3578c3bd11e85ecebaa5 (patch)
tree08a48bb49ea5d506ac6640a194da6a4e524880ae
parentba2ece7170c214b6c0c534012b537fd80f29ab62 (diff)
downloadgcc-7145c4b7c59921d0ebce3578c3bd11e85ecebaa5.zip
gcc-7145c4b7c59921d0ebce3578c3bd11e85ecebaa5.tar.gz
gcc-7145c4b7c59921d0ebce3578c3bd11e85ecebaa5.tar.bz2
re PR other/65129 (gcc manual index entry of __builtin_assume_aligned)
2015-11-16 Sandra Loosemore <sandra@codesourcery.com> PR 65129 * doc/extend.texi (__builtin_assume_aligned): Fix formatting of return value. From-SVN: r230451
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/extend.texi2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f4a130b..c792703 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index f5c2fdf..4db84ee 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,