http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47246
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jakub at gcc dot gnu.org Resolution| |FIXED --- Comment #5 from Chung-Lin Tang <cltang at gcc dot gnu.org> 2011-01-26 03:01:49 UTC --- Author: cltang Date: Wed Jan 26 03:01:44 2011 New Revision: 169271 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169271 Log: 2011-01-26 Chung-Lin Tang <clt...@codesourcery.com> PR target/47246 * config/arm/arm.c (thumb2_legitimate_index_p): Change the lower bound of the allowed Thumb-2 coprocessor load/store index range to -256. Add explaining comment. Modified: trunk/gcc/ChangeLog trunk/gcc/config/arm/arm.c --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-27 16:39:41 UTC --- Assuming this is fixed now.