This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/20962] copyprop dump files have wrong names
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 20 Jan 2012 02:35:24 +0000
- Subject: [Bug tree-optimization/20962] copyprop dump files have wrong names
- Auto-submitted: auto-generated
- References: <bug-20962-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20962
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.3.0
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-20 02:35:24 UTC ---
This has been fixed since at least 4.3.x:
t.c.034t.copyprop1 t.c.061t.copyprop2 t.c.085t.copyprop3 t.c.093t.copyprop4
4.4 gives:
t.c.031t.copyprop1 t.c.058t.copyprop2 t.c.080t.copyprop3 t.c.088t.copyprop4
trunk gives:
t.c.029t.copyprop1 t.c.067t.copyprop2 t.c.090t.copyprop3 t.c.099t.copyprop4
t.c.105t.copyprop5