Re: libgcc/config/arm/t-elf: HOST_LIBGCC2_CFLAGS

2013-10-30 Thread Ian Lance Taylor
On Wed, Oct 30, 2013 at 1:02 AM, Sebastian Huber wrote: > > In the file "libgcc/config/arm/t-elf", there is this block: > > # 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

libgcc/config/arm/t-elf: HOST_LIBGCC2_CFLAGS

2013-10-30 Thread Sebastian Huber
Hello, In the file "libgcc/config/arm/t-elf", there is this block: # 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