------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-22 00:32 
-------
These are all fixed on the mainline:
The first two examples:
a:
        rolw    $8, %ax
        movzwl  %ax, %eax
        ret
        .size   a, .-a
        .p2align 4,,15
.globl b
        .type   b, @function
b:
        rolw    $8, %ax
        movzwl  %ax, %eax
        ret
For swab16:
swab16:
        movl    4(%esp), %eax
        rolw    $8, %ax
        movzwl  %ax, %eax
        ret



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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

Reply via email to