Hi, On Wed, Nov 21, 2018 at 02:13:55PM +0100, Jakub Jelinek wrote: > As mentioned in the PR, the testcase fails on big-endian targets. > The following patch tweaks it so that it does not fail there and still > checks for the original bug.
It relies on a certain bitfield layout, not just on LE. I think the testcase should run only on those specific targets where it works. I don't see how this patch would fix the problem for BE, btw. Segher