This is the mail archive of the gcc-patches@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]

Re: patch: honor volatile bitfield types


> 2010-06-16  DJ Delorie  <dj@redhat.com>
>
> 	* gcc.target/i386/volatile-bitfields-1.c: New.

This one doesn't pass on i586:

foo:
        movb    bits, %al
        pushl   %ebp
        sarb    %al
        movl    %esp, %ebp
        movsbl  %al, %eax
        popl    %ebp
        ret

-- 
Eric Botcazou


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