On 27 May 2014 15:37, Ramana Radhakrishnan <ramana....@googlemail.com> wrote: > On Tue, May 27, 2014 at 2:12 PM, Christophe Lyon > <christophe.l...@linaro.org> wrote: >> Hi, >> >> Commits 210964 and 210965 for this patch have broken GCC build on arm* >> targets. >> For instance on target arm-none-linux-gnueabi, when creating >> unwind-arm.o, I can see: >> >> /tmp/5673443_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/lra.c:1362 >> 0x8e3bcd process_insn_for_elimination >> >> /tmp/5673443_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/lra-eliminations.c:1344 >> 0x8e3bcd lra_eliminate(bool, bool) >> >> /tmp/5673443_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/lra-eliminations.c:1408 >> 0x8dd753 lra_constraints(bool) >> >> /tmp/5673443_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/lra-constraints.c:4049 >> 0x8cdc1a lra(_IO_FILE*) >> >> /tmp/5673443_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/lra.c:2332 >> 0x8911f8 do_reload >> >> /tmp/5673443_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/ira.c:5444 >> 0x891508 execute >> >> /tmp/5673443_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/ira.c:5605 >> Please submit a full bug report, >> >> > > Can you file a proper bug report with a pre-processed file - > information about configury options etc. to show what the issue is. >
Filed PR 61331. Thanks.