This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa] Illegible dumps with dump_cfg_function_to_file


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]