https://bugs.kde.org/show_bug.cgi?id=417238
Bug ID: 417238 Summary: Test memcheck/tests/vbit-test fails on mips64 BE Product: valgrind Version: 3.15 SVN Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: stefan.maksimo...@rt-rk.com CC: mips3...@gmail.com Target Milestone: --- Created attachment 125715 --> https://bugs.kde.org/attachment.cgi?id=125715&action=edit proposed solution The problem in question has been discovered on a mips64 BE machine. Proposed solution attached. It consists of using the u32 member variable of the union inside the vbits_t structure instead of the u1 one since the least significant part of u32 does not seem to overlap with u1. Tested on x86 and mips64 BE. -- You are receiving this mail because: You are watching all bug changes.