Re: fat_init violates host ABI on Win64

2017-04-26 Thread Marco Bodrato
Ciao, Il Mer, 26 Aprile 2017 12:25 pm, Nicolas Hake ha scritto: > Torbjörn Granlund wrote: >> Where do we (unconditionally) rely on variable-length arrays? > > mpn/generic/sqrlo_basecase.c line 153, where SQRLO_BASECASE_ALLOC is a > non-constant expression by ultimately referencing

Re: fat_init violates host ABI on Win64

2017-04-26 Thread Nicolas Hake
Torbjörn Granlund wrote: Where do we (unconditionally) rely on variable-length arrays? mpn/generic/sqrlo_basecase.c line 153, where SQRLO_BASECASE_ALLOC is a non-constant expression by ultimately referencing CPUVEC_THRESHOLD if fat.h is included. mpn/generic/sqr_basecase.c line 170 has the