This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
"tree" dumps now cluttered and mixed with RTL dumps
- From: Steven Bosscher <stevenb at suse dot de>
- To: Paolo Bonzini <paolo dot bonzini at polimi dot it>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 13 Sep 2004 16:31:03 +0200
- Subject: "tree" dumps now cluttered and mixed with RTL dumps
- Organization: SUSE Labs
Paolo is this your doing?
t.c.t00.expand t.c.t12.eh t.c.t22.lreg t.c.t32.redphi2 t.c.t45.lim
t.c.t01.cgraph t.c.t13.cfg t.c.t23.forwprop1 t.c.t32.sched2 t.c.t51.ivopts
t.c.t01.sibling t.c.t13.loop2 t.c.t23.greg t.c.t33.dce3 t.c.t52.loopdone
t.c.t02.original t.c.t14.oplower t.c.t24.phiopt1 t.c.t33.stack t.c.t53.dom3
t.c.t03.generic t.c.t14.web t.c.t24.postreload t.c.t34.dse1 t.c.t54.redphi4
t.c.t03.jump t.c.t15.cse2 t.c.t25.alias2 t.c.t34.vartrack t.c.t55.cddce
t.c.t04.cse t.c.t16.life t.c.t26.flow2 t.c.t35.alias3 t.c.t56.dse2
t.c.t05.gcse t.c.t16.ssa t.c.t26.tailr t.c.t35.mach t.c.t57.forwprop3
t.c.t06.loop t.c.t17.alias1 t.c.t27.ch t.c.t36.forwprop2 t.c.t58.phiopt3
t.c.t06.vcg t.c.t17.combine t.c.t27.peephole2 t.c.t37.phiopt2 t.c.t59.tailc
t.c.t07.bypass t.c.t18.ce2 t.c.t28.ce3 t.c.t38.ccp t.c.t60.optimized
t.c.t08.cfg t.c.t18.copyrename1 t.c.t28.profile t.c.t39.redphi3 t.c.t61.nrv
t.c.t08.gimple t.c.t19.dce1 t.c.t29.rnreg t.c.t40.fab t.c.t62.vars
t.c.t09.bp t.c.t19.regmove t.c.t29.sra t.c.t41.crited
t.c.t09.useless t.c.t20.dom1 t.c.t30.bbro t.c.t42.pre
t.c.t11.ce1 t.c.t21.redphi1 t.c.t30.copyrename2 t.c.t43.loop
t.c.t11.lower t.c.t22.dce2 t.c.t31.dom2 t.c.t44.loopinit
This sucks, please fix the RTL dumps to not be .t??.* but just .??.* like
they used to be, or .r??.* for all I care. But this is Very Wrong.
Gr.
Steven