This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/10287] [3.4 regression] [ARM] Loop/conditional store bug


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10287


rearnsha@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From rearnsha@gcc.gnu.org  2003-06-13 10:56 -------
Duplicate of 11052, which I fixed last week.

Relevant code fragment is now:

        str     r1, [r3], #4
        cmp     r2, #0
        strne   r0, [r3], #4
        subs    r2, r2, #2
        bpl     .L10


*** This bug has been marked as a duplicate of 11052 ***


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]