Basile Starynkevitch <bas...@starynkevitch.net> 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. Ian