public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/54150] New: [4.8 Regression] gimple dumps no longer honor -blocks
@ 2012-08-01 13:09 rguenth at gcc dot gnu.org
  2012-08-01 13:12 ` [Bug other/54150] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-08-01 13:09 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54150
           Summary: [4.8 Regression] gimple dumps no longer honor -blocks
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org
                CC: stevenb.gcc@gmail.com


gimple dumps now by default dump a RTL-like bb header:

;;   basic block 2, loop depth 0
;;    pred:       ENTRY
  D.1602_12 = (sizetype) m_5(D);
  D.1603_13 = D.1602_12 * 4;
  goto <bb 6>;

;;    succ:       6

previously TDF_blocks was required for that (and I'd like to have that back).
Also notice the extra newline before ;; succ: which seems to be caused by
pp_base_flush which does not only flush but also prints a newline, and that
independent on whether pp_needs_newline is set.

That said, the tree dumps still look remarkably ugly by default now.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-09-19 14:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-01 13:09 [Bug other/54150] New: [4.8 Regression] gimple dumps no longer honor -blocks rguenth at gcc dot gnu.org
2012-08-01 13:12 ` [Bug other/54150] " rguenth at gcc dot gnu.org
2012-08-01 13:18 ` steven at gcc dot gnu.org
2012-08-03  8:22 ` steven at gcc dot gnu.org
2012-08-03  8:42 ` rguenth at gcc dot gnu.org
2012-08-06 11:44 ` steven at gcc dot gnu.org
2012-08-06 11:58 ` rguenth at gcc dot gnu.org
2012-09-19 14:15 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).