[PATCH] 69759 - document __builtin_alloca and __builtin_alloca_with_align

Jakub Jelinek jakub@redhat.com
Mon Feb 22 17:48:00 GMT 2016


On Mon, Feb 22, 2016 at 10:41:32AM -0700, Martin Sebor wrote:
> +@deftypefn {Built-in Function} void* __builtin_alloca (size_t size)

Just a formatting nit for the documentation, most of extend.texi
(and other texi docs), except for a few cases that have slipped through
review, the documentation uses the "C-style" formatting for pointers,
rather than "C++-style", so void *__builtin_alloca,

and

> +@deftypefn {Built-in Function} void* __builtin_alloca_with_align (size_t size, size_t alignment)

void *__builtin_alloca_with_align

In the code snippets you actually use it properly.

	Jakub



More information about the Gcc-patches mailing list