On Fri, Mar 23, 2012 at 11:47 AM, David Edelsohn <dje....@gmail.com> wrote:
> Some early releases of AIX 6 include a malloc.h header with an
> incorrect use of "builtin" keyword:
>
> #ifdef __cplusplus
> extern "C" {
>   extern "builtin" char *__alloca (size_t);
> #  define alloca __alloca
> }
> #endif /* def __cplusplus */
>
> GCC is not too happy about this.

clearly.

> Okay for trunk, 4.7 and 4.6?
OK for any open branch you care to apply it to.

Reply via email to