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

--- Comment #6 from Julian Seward <jsew...@acm.org> ---
(In reply to Paul Floyd from comment #5)
> Quick confirmation for amd64 Fedora. No problems with clang 11 or clang 13

Thanks.

(general comment, not suggesting any action right now): Looking at valgrind.h
now, I am thinking that it is a mistake for us to use `unsigned long int` as
the basic machine-word type for 64-bit targets.  Perhaps we should change those
en masse to `unsigned long long int`, so as to avoid any ambiguity in the
type-sizes.  TBH I am not sure why it uses `unsigned long int` at all.

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

Reply via email to