This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/33103] Redundant multiplications for memset
- 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: 18 Aug 2007 09:02:54 -0000
- Subject: [Bug middle-end/33103] Redundant multiplications for memset
- References: <bug-33103-7904@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-18 09:02 -------
This is a middle-end issue. What is happening is that it is splitting it up
early on with the size. Now what the trunk is doing is better than what was
done for 4.0.x.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
Component|target |middle-end
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-08-18 09:02:38
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33103