This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14287] [tree-ssa] does not remove unnecessary extensions
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 May 2004 01:36:06 -0000
- Subject: [Bug tree-optimization/14287] [tree-ssa] does not remove unnecessary extensions
- References: <20040225041155.14287.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-17 01:36 -------
Actually I found out that fold can do the same simplier and it also can be the done using
the combine pass I am poposing in PR 15459.
--
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |15459
Keywords|patch |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14287