> gcc 15 very likely will not compile luatex as is now
> because it set C23 as default
>  https://gcc.gnu.org/gcc-15/porting_to.html#c23
> """
> GCC 15 changes the default language version for C compilation from
> -std=gnu17 to -std=gnu23.
> """
> 
> Luatex still compiles with
> export CFLAGS="-std=gnu17"  (the previous default)
> ( I have checked it with gcc (GCC) 15.0.1 20250323 (experimental))

OK, thanks for the heads-up.


    Werner

Reply via email to