Re: Update GCC16 to use libffi 3.4.8

2025-05-03 Thread Sam James
Simon Sobisch writes: > As GCC15 is now strict on dynamic function as > int *func() > to mean exactly zero arguments via its default -std=gnu23, I'm looking > into a dynamic option that would work for C23 and recognized libffi > being built as part of GCC and being part of its source tree, wh

Update GCC16 to use libffi 3.4.8

2025-05-03 Thread Simon Sobisch
As GCC15 is now strict on dynamic function as int *func() to mean exactly zero arguments via its default -std=gnu23, I'm looking into a dynamic option that would work for C23 and recognized libffi being built as part of GCC and being part of its source tree, which possibly is a way to go (u