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 middle-end/18089] [4.0 regression] Valgrind errors in real.c


------- 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


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