On 31/10/2018 14:10, co...@sdf.org wrote: > + > +# Currently there is a bug somewhere in GCC's alias analysis > +# or scheduling code that is breaking _fpmul_parts in fp-bit.c. > +# Disabling function inlining is a workaround for this problem. > +HOST_LIBGCC2_CFLAGS += -fno-inline
This needs to be investigated properly (and fixed if it's still a problem). R.