On Wed, 2014-08-13 at 11:55 -0600, Jeff Law wrote: > On 08/06/14 11:20, David Malcolm wrote: > > gcc/ > > * rtl.h (next_cc0_user): Strengthen return type from rtx to > > rtx_insn *. > > (prev_cc0_setter): Likewise. > > > > * emit-rtl.c (next_cc0_user): Strengthen return type from rtx to > > rtx_insn *, adding checked casts for now as necessary. > > (prev_cc0_setter): Likewise. > OK. Thanks. Fixed up for as_a_nullable -> safe_as_a, and committed to trunk as r214196, having bootstrapped®rtested on x86_64-unknown-linux-gnu (Fedora 20) albeit in combination with patches 30-39, and verified that it builds standalone both for that target, and for pdp11-aout, the latter to give coverage for HAVE_cc0. Am attaching what I committed.