Bruno Haible writes:
> Hi,
>
> On Solaris/x86, with SunPRO C 5.9, the test-bitrotate fails:
>
> test-bitrotate.c:227: assertion failed
> FAIL: test-bitrotate
>
> The reason is that test-bitrotate.c:227 passes a 0 shift count to rotr64,
> which is outside the specification of rotr64.
>
> I pro
Hi,
On Solaris/x86, with SunPRO C 5.9, the test-bitrotate fails:
test-bitrotate.c:227: assertion failed
FAIL: test-bitrotate
The reason is that test-bitrotate.c:227 passes a 0 shift count to rotr64,
which is outside the specification of rotr64.
I propose to remove that particular test:
20