https://bugs.kde.org/show_bug.cgi?id=415757

--- Comment #4 from Alex Henrie <alexhenri...@gmail.com> ---
Created attachment 124860
  --> https://bugs.kde.org/attachment.cgi?id=124860&action=edit
Leawo output with patched Valgrind

(In reply to Julian Seward from comment #2)
> Make sure you're working with the trunk code, so you have the latest 
> false-positive-avoidance stuff in place.
> 
> As a side comment: I'm not sure if the Wine developers are aware of this,
> but some years back I added to Valgrind, a transformation aimed at reducing
> the false positive level from code compiled by MSVC.  It's not enabled by
> default but you could easily do so.  In VEX/priv/ir_opt.c, find this
> 
>       if (0)
>          bb = do_MSVC_HACKS(bb);
> 
> and change it to "if (1)".  The transformation that it does is described in
> a big comment beginning "MSVC specific transformation hacks" in that same
> source file.

Thanks for the tips! I'm attaching the warnings I'm seeing from Leawo running
on trunk Valgrind with the 16-bit BSWAP patch. I don't think the MSVC hacks
would help here.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to