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]

Re: [tree-ssa] Illegible dumps with dump_cfg_function_to_file


Hello,

> 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
> -----------------------------------------------------------------------

The numbers at the start of lines are just line numbers.  I may cancel
them if you want to.

> Why did you introduce this new function instead of using
> dump_function_to_file?

Because it no longer works after cfg creation (or perhaps it does just
now, but will not quite soon, and it anyway seems better to me to use
an intermediate-represenation independent solution).

> Please revert it to the previous functionality.

I will try to make the dump as close to original one as possible.

Zdenek


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