[Bug testsuite/38222] gcc.target/i386/sse4_2-popcntl.c fails on i686-apple-darwin9

hjl dot tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Nov 21 23:16:00 GMT 2008



------- Comment #1 from hjl dot tools at gmail dot com  2008-11-21 23:14 -------
GNU assembler supports both

popcntl %edx, %eax
popcnt %edx, %eax

I guess we can just generate

popcnt %edx, %eax

The same goes for

        popcnt          %cx,%bx
        popcnt          %rcx,%rbx
        popcntw         %cx,%bx
        popcntq         %rcx,%rbx


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ubizjak at gmail dot com


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



More information about the Gcc-bugs mailing list