]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix __builtin_alloca_with_align_and_max defbuiltin usage
authorAndrew Pinski <apinski@marvell.com>
Tue, 27 Jun 2023 02:30:06 +0000 (02:30 +0000)
committerAndrew Pinski <apinski@marvell.com>
Tue, 27 Jun 2023 02:33:26 +0000 (02:33 +0000)
There is a missing space between the return type and the name
which causes the name not to be outputted in the html docs.

Committed as obvious after building html docs.

gcc/ChangeLog:

* doc/extend.texi (__builtin_alloca_with_align_and_max): Fix
defbuiltin usage.

gcc/doc/extend.texi

index 05afd9ae3d9edff677a0197ad3b45719758ec0e7..ad8db18b477497d948badcb0a5a04a70dbde0178 100644 (file)
@@ -13734,7 +13734,7 @@ an extension.  @xref{Variable Length}, for details.
 
 @enddefbuiltin
 
-@defbuiltin{{void *}__builtin_alloca_with_align_and_max (size_t size, size_t alignment, size_t max_size)}
+@defbuiltin{{void *} __builtin_alloca_with_align_and_max (size_t size, size_t alignment, size_t max_size)}
 Similar to @code{__builtin_alloca_with_align} but takes an extra argument
 specifying an upper bound for @var{size} in case its value cannot be computed
 at compile time, for use by @option{-fstack-usage}, @option{-Wstack-usage}