Re: RFA: LM32: Fix building libgcc

2012-08-22 Thread nick clifton
Hi Sébastien, After applying your patch, I get an assertion failure in emit_return_into_block, at function.c:5600 when trying to compile anything (line is "gcc_assert (ANY_RETURN_P (pat));"). Any ideas? Doh - I should have checked further. The problem is the return_internal pattern. emit_r

RFA: LM32: Fix building libgcc

2012-08-17 Thread Nick Clifton
Hi Sebastien, Currently the lm32-elf target fails to configure libgcc because of a seg-fault whilst running the configuration checks: configure:3794: lm32-elf/gcc/xgcc [...] conftest.c xgcc: internal compiler error: Segmentation fault (program cc1) GCC goes into an infinite loop t