On Mon, Nov 22, 2010 at 12:31, Ian Lance Taylor <[email protected]> wrote: > Basile Starynkevitch <[email protected]> writes: > >> or at least replacing the last >> check_bb_profile (bb, buffer->buffer->stream); >> in function dump_bb_header of gimple-pretty-print.c with >> if (cfun) >> check_bb_profile (bb, buffer->buffer->stream); > > I think something like this is the way to go. The debugging code should > be as robust as possible.
Agreed. Diego.
