------- Comment #1 from sje at cup dot hp dot com 2009-04-03 21:18 ------- Putting in a workaround to fix another build problem allowed me to track this problem down as starting with version r145309:
2009-03-30 Vladimir Makarov <vmaka...@redhat.com> * reload.c (push_reload, find_dummy_reload): Use df_get_live_out instead of DF_LR_OUT. * ira-lives.c (process_bb_node_lives): Ditto. * ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in} instead of DF_LR_{OUT,IN}. * ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto. * ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39631