[Bug tree-optimization/20962] copyprop dump files have wrong names
dnovillo at redhat dot com
gcc-bugzilla@gcc.gnu.org
Tue Apr 12 04:16:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list