On 2026-09-03 02:13, G. Branden Robinson wrote:
Gnulib uses a 1-argument form of it no matter what version of the C language has been requested.
Every Gnulib module that comes with lib/malloca.c depends on Gnulib's assert-h module, and Gnulib's assert-h module is supposed to implement the one-argument form of static_assert no matter what version of the C language has been requested. So I'm puzzled as to why lib/malloca.c would need to use the 2-argument form. Is there a recipe for reproducing the problem that you ran into?
