This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/53241] Bad pre increment insn for ARM vfp store instructions
- From: "ramana at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 May 2012 11:40:08 +0000
- Subject: [Bug target/53241] Bad pre increment insn for ARM vfp store instructions
- Auto-submitted: auto-generated
- References: <bug-53241-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53241
Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |ramana at gcc dot gnu.org
Resolution| |FIXED
Target Milestone|--- |4.8.0
--- Comment #1 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-05-14 11:40:08 UTC ---
Fixed on trunk by
http://gcc.gnu.org/ml/gcc-cvs/2012-05/msg00325.html
t0o:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
add r0, r0, #16
mov r3, #0
.L3:
fldmiad r1!, {d17}
fldmiad r2!, {d16}
faddd d16, d17, d16
add r3, r3, #1
cmp r3, #10
fstmiad r0!, {d16}
bne .L3
bx lr
Ramana