On Wed, 12 Dec 2012, Steven Bosscher wrote: > On Wed, Dec 12, 2012 at 3:08 PM, Richard Biener wrote: > > Well, it now uses dominators - so steven, I suppose "fancy" dumping > > should be disabled whenever they are not already computed? > > Uh, it does? I tried to avoid that (I used get_loop_body_in_bfs_order > for this reason). Do you have a test case where it use dominators?
Ah, no - I mis-pattern-matched the backtrace. I suppose for the case of dumping from gdb a flag to tell the function "don't do anything fancy" as fallback would work for me. Richard.