On 08/26/2014 10:15 AM, David Malcolm wrote: > Attached is a revised version of #225, with the following changes: > > * fix for the above: avoid introducing a new shadow name "note" within > force_nonfallthru_and_redirect by introducing a new local rtx_insn * > "new_head" and renaming "note" to it in the appropriate places. > > * changed an as_a<> to a safe_as_a<> within > function.c:thread_prologue_and_epilogue_insns to fix a segfault seen > during an earlier bootstrap > > Successfully bootstrapped on x86_64 (Fedora 20), on top of the rest of > the patches leading up to it (including the revised ones for #220-#221 > that rth recently approved).
Ok. r~