https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49599
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49599
--- Comment #2 from Richard Guenther 2011-12-16
09:18:40 UTC ---
FRE does not handle removal of redundant aggregate stores, so it does not
remove the aggregate assignment
*p_1(D) = l;
DSE does not handle redundant store removal either, and th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49599
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization, TREE
Sta