https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111
Oleg Endo changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111
--- Comment #5 from Oleg Endo ---
Author: olegendo
Date: Sat Nov 22 04:52:46 2014
New Revision: 217959
URL: https://gcc.gnu.org/viewcvs?rev=217959&root=gcc&view=rev
Log:
gcc/
Backport from mainline
2014-11-20 Segher Boessenkool
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111
--- Comment #4 from Oleg Endo ---
Author: olegendo
Date: Sat Nov 22 04:45:46 2014
New Revision: 217958
URL: https://gcc.gnu.org/viewcvs?rev=217958&root=gcc&view=rev
Log:
gcc/
Backport from mainline
2014-11-20 Segher Boessenkool
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111
--- Comment #3 from Segher Boessenkool ---
Author: segher
Date: Thu Nov 20 16:03:16 2014
New Revision: 217883
URL: https://gcc.gnu.org/viewcvs?rev=217883&root=gcc&view=rev
Log:
2014-11-20 Segher Boessenkool
PR target/60111
* config/s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111
--- Comment #2 from Oleg Endo ---
In gen_ashift the assert
gcc_assert (satisfies_constraint_P27 (n_rtx));
fires, which means that the requested shift amount is not 1, 2, 8 or 16.
In gen_shifty_hi_op the function gen_ashift is invoked with th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111
Oleg Endo changed:
What|Removed |Added
CC||olegendo at gcc dot gnu.org
--- Comment #1 fr