https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79170
--- Comment #6 from acsawdey at gcc dot gnu.org ---
Author: acsawdey
Date: Mon Mar 27 15:40:20 2017
New Revision: 246504
URL: https://gcc.gnu.org/viewcvs?rev=246504&root=gcc&view=rev
Log:
2017-03-27 Aaron Sawdey
Backport from trunk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79170
--- Comment #4 from acsawdey at gcc dot gnu.org ---
Yes, should be fixed with 245041 -- different instruction sequence and a better
memcmp/strncmp regtest to catch this and other things.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79170
acsawdey at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79170
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79170
--- Comment #2 from acsawdey at gcc dot gnu.org ---
Author: acsawdey
Date: Mon Jan 30 23:24:24 2017
New Revision: 245041
URL: https://gcc.gnu.org/viewcvs?rev=245041&root=gcc&view=rev
Log:
2017-01-27 Aaron Sawdey
PR target/79170
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79170
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79170
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-code
Target Milestone|---