On May 13, 2011, at 5:29 PM, Eric Botcazou wrote: >> rest_of_pass_free_cfg calls df_analyze but it doesn't call >> df_note_add_problem. Is that the issue? I see that some other passes >> (like regrename) do a sequence of df_xyz calls. > > It does now, you have outdated sources.
I was using 4.5.1 which has the bug. I thought later ones have it too, but it looks like I misread the assembly output. (The fix makes a subtle change: beq becomes beql.) Thanks much. paul