This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] 69759 - document __builtin_alloca and __builtin_alloca_with_align


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]