This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] Illegible dumps with dump_cfg_function_to_file
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Thu, 06 Nov 2003 22:39:55 -0500
- Subject: [tree-ssa] Illegible dumps with dump_cfg_function_to_file
- Organization: Red Hat Canada
Zdenek,
You introduced dump_cfg_function_to_file recently. The output we get
from it is quite bad: lines are not indented and strange numbers are
intermixed with code.
----------------------------------------------------------------------
67 T.14_7 = size (dest_6)
69 goto <U3488>;
-1 <U3570>:;
29
# p_19 = VDEF <p_2>;
p.m_bv = src_14
-----------------------------------------------------------------------
Why did you introduce this new function instead of using
dump_function_to_file?
Please revert it to the previous functionality.
Diego.