http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47764
Ramana Radhakrishnan changed:
What|Removed |Added
CC||ramana at gcc dot gnu.org
--- Comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47764
--- Comment #3 from Carrot 2011-02-21 03:15:45 UTC
---
> Any ideas of how this improvement could be implemented, Carrot?
The root cause of this problem is that arm/thumb store instruction can't
directly store a immediate number to memory, but gc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47764
--- Comment #2 from Andrew Pinski 2011-02-19
03:23:51 UTC ---
This is most likely a cost issue.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47764
Ian Bolton changed:
What|Removed |Added
Keywords||missed-optimization
Status|UNCON