[Bug middle-end/33103] Redundant multiplications for memset

2021-08-21 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33103 H.J. Lu changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #4 from H.J. Lu --- Dup

[Bug middle-end/33103] Redundant multiplications for memset

2021-08-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33103 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug middle-end/33103] Redundant multiplications for memset

2012-06-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33103 Richard Guenther changed: What|Removed |Added Last reconfirmed|2007-08-18 09:02:38 |2012-06-06 --- Comment #2 from Richard

[Bug middle-end/33103] Redundant multiplications for memset

2007-08-18 Thread pinskia 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 change