On Tue, 2014-08-12 at 21:55 -0600, Jeff Law wrote: > On 08/06/14 11:20, David Malcolm wrote: > > gcc/ > > * basic-block.h (bb_note): Strengthen return type from rtx to rtx_note > > *. > > * sched-int.h (bb_note): Likewise. > > * cfgrtl.c (bb_note): Likewise. Add a checked cast to rtx_note *. > OK.
Thanks; committed to trunk as r214188.