This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Illegible dumps with dump_cfg_function_to_file
On Fri, 2003-11-07 at 09:47, Gabriel Dos Reis wrote:
> an opinion of someone who does not know th exact details of tree-ssa.
> I believe it is better to have a single entry-point and use flags
> (i.e. parameters) to vary on output. That usually reduces codes
> duplication. (I have been always worried that tree-ssa duplicated the
> mess in cp/error.c).
>
Yeah. We already have unnecessary code duplication between
tree-pretty-print.c and c-pretty-print.c. We need to merge the two.
I'm not sure what there is in cp/error.c, though.
Diego.