"Dimitrie O. Paun" dimi@intelliware.ca writes:
If we know it's GNUC, isn't it better to use the alias feature, so we don't run into problems with the macros, like we use to?
__builtin_alloca is not a normal function, it's a compiler builtin, so it's not possible to make an alias to it.