------- Additional Comments From jakub at gcc dot gnu dot org  2005-01-14 20:20 
-------
BTW, if I replace all
       subl    $-2147483648, %eax
instructions in real.s by:
       xorl    $-2147483648, %eax
(note that all such instructions are followed either by shrl, or addl, so
any differences in %eflags are ignored), it shuts valgrind up as well.



-- 


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

Reply via email to