------- Comment #2 from tehila at il dot ibm dot com  2007-07-19 13:51 -------
(In reply to comment #1)
I've just tried to comment out the code:
if (dump_flags & TDF_DETAILS)
        {
          dump_bb (bb, dump_file, 0);
          fprintf (dump_file, "\n");
        }
from tree-cfg.c (at the beginning of remove_bb function, lines: 1962-1966).
Without this code it compiles OK.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32821

Reply via email to