https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57702
Andrew Pinski changed:
What|Removed |Added
URL||\
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57702
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2013-06-25 00:00:00 |2021-7-19
--- Comment #4 from Andrew Pin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57702
Kai Tietz changed:
What|Removed |Added
CC||ktietz at gcc dot gnu.org
--- Comment #3 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57702
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57702
--- Comment #1 from Jakub Jelinek ---
Another example:
unsigned int foo (unsigned int x, unsigned int y)
{
x += y;
x += y;
x += y;
x += y;
x += y;
return x;
}
Seems for the x += 7 * y; x += 12 * y; case it is undistribute_ops_list tha