http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54150
Steven Bosscher <steven at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2012-08-01 Ever Confirmed|0 |1 --- Comment #2 from Steven Bosscher <steven at gcc dot gnu.org> 2012-08-01 13:18:06 UTC --- (In reply to comment #0) > That said, the tree dumps still look remarkably ugly by default now. That is a debate of taste that I don't think we ought to get into. I had technical reasons why I made this so: Various scripts that do CFG analysis can now parse GIMPLE and RTL dumps without modification. The dumper should honor TDF_BLOCKS, and I'll take care of fixing that.