[Bug target/28946] [4.0/4.1/4.2 Regression] assembler shifts set the flag ZF, no need to re-test to zero

dann at godzilla dot ics dot uci dot edu gcc-bugzilla@gcc.gnu.org
Mon Sep 4 17:56:00 GMT 2006



------- Comment #3 from dann at godzilla dot ics dot uci dot edu  2006-09-04 17:56 -------
This specific case can probably be solved at the tree level by changing the
test:

(nb >> 5) != 0
to 
nb > 32


-- 

dann at godzilla dot ics dot uci dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dann at godzilla dot ics dot
                   |                            |uci dot edu


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



More information about the Gcc-bugs mailing list