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 target/42324] [4.3/4.4/4.5 Regression] Gcc doesn't follow x86-64 psABI on _Bool



------- Comment #3 from hjl dot tools at gmail dot com  2009-12-07 18:58 -------
Gcc 4.1/4.2 generate:

        xorl    %eax, %eax
        testb   %dil, %dil
        setne   %al
        ret


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Gcc doesn't follow x86-64   |[4.3/4.4/4.5 Regression] Gcc
                   |psABI on _Bool              |doesn't follow x86-64 psABI
                   |                            |on _Bool


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


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