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
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