On Wed, May 12, 2021 at 08:38:39AM +0200, Jaromír Doleček wrote: > would it be a bad thing to add a compatibility <alloca.h> which would > use the builtin alloca() instead of the libc one when available? > > e.g. MySQL 8.0.* seems to rely on this.
We provide it in stdlib.h as long as a standard mode is not set. I don't see the point of adding alloca.h. Joerg