------- Additional Comments From dnovillo at redhat dot com 2005-04-12 04:15 ------- Subject: Re: New: copyprop dump files have wrong names
On Tue, Apr 12, 2005 at 03:48:10AM -0000, kazu at cs dot umass dot edu wrote: > test.c.t21.copyprop1 > test.c.t26.copyprop2 > test.c.t40.copyprop3 > test.c.t55.copyprop5 > test.c.t66.copyprop4 > > Note that the last two lines are sort of swapped. > t55 and t66 should have copyprop4 and copyprop6, respectively. > That's because .t66.copyprop5 is invoked as a sub-pass of pass_loop, which runs before the last copyprop run. An artifact of how the dynamic numbering of the passes is computed. Not sure how to fix it off-hand. Diego. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20962