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