public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/22528] Optimized ARM 'unsigned short's assignments are incorrect for big-endian ARMv3 targets
       [not found] <bug-22528-11012@http.gcc.gnu.org/bugzilla/>
@ 2005-10-26 12:33 ` rearnsha at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2005-10-26 12:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rearnsha at gcc dot gnu dot org  2005-10-26 12:33 -------
*** Bug 24528 has been marked as a duplicate of this bug. ***


-- 

rearnsha at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djohnson+gcc at sw dot
                   |                            |starentnetworks dot com


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/22528] Optimized ARM 'unsigned short's assignments are incorrect for big-endian ARMv3 targets
  2005-07-17 18:32 [Bug rtl-optimization/22528] New: " gcc at embisi dot com
  2005-07-17 18:50 ` [Bug target/22528] " pinskia at gcc dot gnu dot org
  2005-07-17 19:09 ` pluto at agmk dot net
@ 2005-08-12 11:13 ` rearnsha at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2005-08-12 11:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rearnsha at gcc dot gnu dot org  2005-08-12 11:13 -------
The 3.3 branch is no-longer being maintained, and this was fixed in gcc-3.4.

If you need to patch a 3.3 compiler you can apply the patch from here:

http://gcc.gnu.org/ml/gcc-patches/2003-11/msg00832.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|                            |3.3.6
      Known to work|                            |3.4.4
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/22528] Optimized ARM 'unsigned short's assignments are incorrect for big-endian ARMv3 targets
  2005-07-17 18:32 [Bug rtl-optimization/22528] New: " gcc at embisi dot com
  2005-07-17 18:50 ` [Bug target/22528] " pinskia at gcc dot gnu dot org
@ 2005-07-17 19:09 ` pluto at agmk dot net
  2005-08-12 11:13 ` rearnsha at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pluto at agmk dot net @ 2005-07-17 19:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at agmk dot net  2005-07-17 18:50 -------
gcc-4.0.1 works fine. 
 
$ arm-linux-eabi-gcc gcc-pr22528.c -O2 -march=armv3 -S -mlittle-endian 
 
test: 
        mov     r3, #8 
        mov     r2, #0 
        strb    r3, [r0, #1] 
        strb    r2, [r0, #0] 
        mov     pc, lr 
 
$ arm-linux-eabi-gcc gcc-pr22528.c -O2 -march=armv3 -S -mbig-endian 
 
test: 
        mov     r3, #0 
        mov     r2, #8 
        strb    r3, [r0, #1] 
        strb    r2, [r0, #0] 
        mov     pc, lr 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pluto at agmk dot net


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/22528] Optimized ARM 'unsigned short's assignments are incorrect for big-endian ARMv3 targets
  2005-07-17 18:32 [Bug rtl-optimization/22528] New: " gcc at embisi dot com
@ 2005-07-17 18:50 ` pinskia at gcc dot gnu dot org
  2005-07-17 19:09 ` pluto at agmk dot net
  2005-08-12 11:13 ` rearnsha at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-17 18:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |target


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-26 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22528-11012@http.gcc.gnu.org/bugzilla/>
2005-10-26 12:33 ` [Bug target/22528] Optimized ARM 'unsigned short's assignments are incorrect for big-endian ARMv3 targets rearnsha at gcc dot gnu dot org
2005-07-17 18:32 [Bug rtl-optimization/22528] New: " gcc at embisi dot com
2005-07-17 18:50 ` [Bug target/22528] " pinskia at gcc dot gnu dot org
2005-07-17 19:09 ` pluto at agmk dot net
2005-08-12 11:13 ` rearnsha at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).