[PATCH] Don't use nested function in test-ffs

Szabolcs Nagy szabolcs.nagy@arm.com
Thu Nov 12 08:39:27 GMT 2020


The 11/12/2020 13:27, Siddhesh Poyarekar via Libc-alpha wrote:
> There is no real need to use a nested function in that test, so break
> it out so that it can build with clang too.

btw last time i looked at clang, mostly to build musl, the
main issues were incompatible inline asm handling on some
targets breaking inline syscalls and lack of fenv support
breaking libm.

and in glibc i'd expect the nested functions in the dynamic
linker to be challenging to fix: that will affect generic
and target code too.


More information about the Libc-alpha mailing list