On Wed, Oct 31, 2018 at 03:23:27PM +0000, Richard Earnshaw (lists) wrote: > 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.
After some VCS digging, it turns out you committed this change: https://github.com/gcc-mirror/gcc/commit/cffb2a26c44c682185b6bb405d48fcbe1fbc0b37 NetBSD copied it over from existing GCC files, and it still exists in GCC trunk, in libgcc/config/arm/t-elf.