On Thu, May 13, 2021 at 12:51:45PM +0200, Jaromír Dole?ek wrote: > On the contrary, Linux <alloca.h> explicitely #undefs alloca(), then > #define alloca() as __builtin_alloca(), so it always works, regardless > which -std.
But isn't that obviously wrong and our version the correct one? (Well, maybe we should never provide anything if there is no __builtin_alloca()) Martin