This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47246] [4.6 Regression] Invalid immediate offset for Thumb VFP store regression
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Jan 2011 16:40:05 +0000
- Subject: [Bug target/47246] [4.6 Regression] Invalid immediate offset for Thumb VFP store regression
- Auto-submitted: auto-generated
- References: <bug-47246-4@http.gcc.gnu.org/bugzilla/>
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 <cltang@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.